Skip to content

Commit f27170e

Browse files
chore(deps): Bump python-semantic-release/python-semantic-release (#683)
Bumps [python-semantic-release/python-semantic-release](https://github.com/python-semantic-release/python-semantic-release) from 8.5.1 to 9.1.1. - [Release notes](https://github.com/python-semantic-release/python-semantic-release/releases) - [Changelog](https://github.com/python-semantic-release/python-semantic-release/blob/master/CHANGELOG.md) - [Commits](python-semantic-release/python-semantic-release@v8.5.1...v9.1.1) --- updated-dependencies: - dependency-name: python-semantic-release/python-semantic-release dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent dc81c35 commit f27170e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
id: release
114114
# see https://python-semantic-release.readthedocs.io/en/latest/automatic-releases/github-actions.html
115115
# see https://github.com/python-semantic-release/python-semantic-release
116-
uses: python-semantic-release/python-semantic-release@v8.5.1
116+
uses: python-semantic-release/python-semantic-release@v9.1.1
117117
with:
118118
github_token: ${{ secrets.GITHUB_TOKEN }}
119119
force: ${{ github.event.inputs.release_force }}

0 commit comments

Comments
 (0)