Skip to content

Commit a06df79

Browse files
chore(ci): bump python-semantic-release/python-semantic-release from 9.17.0 to 9.21.0 in the github-actions group (#1535)
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> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 6c02b1f commit a06df79

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -134,14 +134,14 @@ jobs:
134134

135135
# Do a dry run of PSR
136136
- name: Test release
137-
uses: python-semantic-release/python-semantic-release@v9.17.0
137+
uses: python-semantic-release/python-semantic-release@v9.21.0
138138
if: github.ref_name != 'master'
139139
with:
140140
root_options: --noop
141141

142142
# On main branch: actual PSR + upload to PyPI & GitHub
143143
- name: Release
144-
uses: python-semantic-release/python-semantic-release@v9.17.0
144+
uses: python-semantic-release/python-semantic-release@v9.21.0
145145
id: release
146146
if: github.ref_name == 'master'
147147
with:

0 commit comments

Comments
 (0)