Skip to content

Commit 7440ed6

Browse files
chore(deps): update python-semantic-release/python-semantic-release digest to 37a30a7 (#345)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 587cad8 commit 7440ed6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -85,15 +85,15 @@ jobs:
8585
8686
# Do a dry run of PSR
8787
- name: Test release
88-
uses: python-semantic-release/python-semantic-release@350c48fcb3ffcdfd2e0a235206bc2ecea6b69df0 # v10
88+
uses: python-semantic-release/python-semantic-release@37a30a7987cfebb6d49240bf1c4e9cd9817d0673 # v10
8989
if: github.ref_name != 'main'
9090
with:
9191
root_options: --noop
9292
github_token: noop
9393

9494
# On main branch: actual PSR + upload to PyPI & GitHub
9595
- name: Release
96-
uses: python-semantic-release/python-semantic-release@350c48fcb3ffcdfd2e0a235206bc2ecea6b69df0 # v10
96+
uses: python-semantic-release/python-semantic-release@37a30a7987cfebb6d49240bf1c4e9cd9817d0673 # v10
9797
id: release
9898
if: github.ref_name == 'main'
9999
with:

0 commit comments

Comments
 (0)