Skip to content

Commit 834254b

Browse files
chore(ci): bump python-semantic-release/python-semantic-release
Bumps the github-actions group with 1 update: [python-semantic-release/python-semantic-release](https://github.com/python-semantic-release/python-semantic-release). Updates `python-semantic-release/python-semantic-release` from 9.17.0 to 9.21.0 - [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.rst) - [Commits](python-semantic-release/python-semantic-release@v9.17.0...v9.21.0) --- updated-dependencies: - dependency-name: python-semantic-release/python-semantic-release dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 3994d0e commit 834254b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -113,14 +113,14 @@ jobs:
113113

114114
# Do a dry run of PSR
115115
- name: Test release
116-
uses: python-semantic-release/python-semantic-release@v9.17.0
116+
uses: python-semantic-release/python-semantic-release@v9.21.0
117117
if: github.ref_name != 'main'
118118
with:
119119
root_options: --noop
120120

121121
# On main branch: actual PSR + upload to PyPI & GitHub
122122
- name: Release
123-
uses: python-semantic-release/python-semantic-release@v9.17.0
123+
uses: python-semantic-release/python-semantic-release@v9.21.0
124124
id: release
125125
if: github.ref_name == 'main'
126126
with:

0 commit comments

Comments
 (0)