Skip to content

Commit e5f4256

Browse files
committed
patch: Replace deprecated GitHub Action
Marking this as a patch release to test out the new action and make sure it works. Closes #255.
1 parent 58985ae commit e5f4256

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/semantic-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929

3030
- name: Python Semantic Release
3131
id: release
32-
uses: python-semantic-release/python-semantic-release@0dc72ac9058a62054a45f6344c83a423d7f906a8 # master
32+
uses: python-semantic-release/python-semantic-release@0dc72ac9058a62054a45f6344c83a423d7f906a8 # v9.21.1
3333
with:
3434
github_token: ${{ secrets.GH_TOKEN }}
3535

@@ -38,7 +38,7 @@ jobs:
3838
if: steps.release.outputs.released == 'true'
3939

4040
- name: Publish to GitHub Releases
41-
uses: python-semantic-release/upload-to-gh-release@0a92b5d7ebfc15a84f9801ebd1bf706343d43711 # main
41+
uses: python-semantic-release/publish-action@1aa9f41fac5d531e6764e1991b536783337f3a56 # v9.21.1
4242
if: steps.release.outputs.released == 'true'
4343
with:
4444
github_token: ${{ secrets.GH_TOKEN }}

0 commit comments

Comments
 (0)