Skip to content

Commit f4c14e3

Browse files
chore(deps): update group-github-actions to v9.21.0 (#75)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 2262170 commit f4c14e3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -95,7 +95,7 @@ jobs:
9595
9696
- name: Update version and changelogs
9797
id: semantic-release
98-
uses: python-semantic-release/python-semantic-release@v9.17.0
98+
uses: python-semantic-release/python-semantic-release@v9.21.0
9999
with:
100100
build: false
101101
changelog: true
@@ -121,7 +121,7 @@ jobs:
121121
- name: Publish package distributions to GitHub Releases
122122
if: steps.semantic-release.outputs.released == 'true'
123123
id: publish-dist
124-
uses: python-semantic-release/publish-action@v9.17.0
124+
uses: python-semantic-release/publish-action@v9.21.0
125125
with:
126126
github_token: ${{ steps.app-token.outputs.token }}
127127
tag: ${{ steps.semantic-release.outputs.tag }}

0 commit comments

Comments
 (0)