Skip to content

Commit 171d05b

Browse files
chore(deps): bump softprops/action-gh-release from 3.0.0 to 3.0.1
Bumps [softprops/action-gh-release](https://github.com/softprops/action-gh-release) from 3.0.0 to 3.0.1. - [Release notes](https://github.com/softprops/action-gh-release/releases) - [Changelog](https://github.com/softprops/action-gh-release/blob/master/CHANGELOG.md) - [Commits](softprops/action-gh-release@v3.0.0...v3.0.1) --- updated-dependencies: - dependency-name: softprops/action-gh-release dependency-version: 3.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent d1e49d2 commit 171d05b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/python-cd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -164,7 +164,7 @@ jobs:
164164
} >> $GITHUB_OUTPUT
165165
166166
- name: Create GitHub Release
167-
uses: softprops/action-gh-release@v3.0.0
167+
uses: softprops/action-gh-release@v3.0.1
168168
with:
169169
name: "v${{ steps.version.outputs.semver }} - ${{ steps.version.outputs.coach }} ♟️"
170170
tag_name: ${{ steps.version.outputs.tag_name }}

0 commit comments

Comments
 (0)