Skip to content

Commit d03037f

Browse files
chore(ci): bump python-semantic-release/python-semantic-release from 9.20.0 to 9.21.0 in the github-actions group (#38)
1 parent 649e1b5 commit d03037f

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
@@ -85,14 +85,14 @@ jobs:
8585

8686
# Do a dry run of PSR
8787
- name: Test release
88-
uses: python-semantic-release/python-semantic-release@v9.20.0
88+
uses: python-semantic-release/python-semantic-release@v9.21.0
8989
if: github.ref_name != 'main'
9090
with:
9191
root_options: --noop
9292

9393
# On main branch: actual PSR + upload to PyPI & GitHub
9494
- name: Release
95-
uses: python-semantic-release/python-semantic-release@v9.20.0
95+
uses: python-semantic-release/python-semantic-release@v9.21.0
9696
id: release
9797
if: github.ref_name == 'main'
9898
with:

0 commit comments

Comments
 (0)