Skip to content

Commit 7f1f1b9

Browse files
authored
fix(entirety): update semantic release version
1 parent a535f38 commit 7f1f1b9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/semantic-release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -11,17 +11,17 @@ jobs:
1111
concurrency: release
1212

1313
steps:
14-
- uses: actions/checkout@v3
14+
- uses: actions/checkout@v4
1515
with:
1616
fetch-depth: 0
1717

1818
- name: Python Semantic Release
19-
uses: relekang/python-semantic-release@v9.4.2
19+
uses: python-semantic-release/python-semantic-release@v10.2.0
2020
with:
2121
github_token: ${{ secrets.GITHUB_TOKEN }}
2222

2323
- name: Publish package distributions to GitHub Releases
24-
uses: python-semantic-release/upload-to-gh-release@main
24+
uses: python-semantic-release/[email protected]
2525
if: steps.release.outputs.released == 'true'
2626
with:
2727
github_token: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)