Skip to content

Commit 5124028

Browse files
chore(deps): update python-semantic-release/python-semantic-release action to v10
1 parent 6039da8 commit 5124028

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
@@ -86,15 +86,15 @@ jobs:
8686
8787
# Do a dry run of PSR
8888
- name: Test release
89-
uses: python-semantic-release/python-semantic-release@0dc72ac9058a62054a45f6344c83a423d7f906a8 # v9
89+
uses: python-semantic-release/python-semantic-release@2896129e02bb7809d2cf0c1b8e9e795ee27acbcf # v10
9090
if: github.ref_name != 'main'
9191
with:
9292
root_options: --noop
9393
github_token: noop
9494

9595
# On main branch: actual PSR + upload to PyPI & GitHub
9696
- name: Release
97-
uses: python-semantic-release/python-semantic-release@0dc72ac9058a62054a45f6344c83a423d7f906a8 # v9
97+
uses: python-semantic-release/python-semantic-release@2896129e02bb7809d2cf0c1b8e9e795ee27acbcf # v10
9898
id: release
9999
if: github.ref_name == 'main'
100100
with:

0 commit comments

Comments
 (0)