We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 94320b9 commit fa201caCopy full SHA for fa201ca
1 file changed
.github/workflows/package_release.yaml
@@ -17,7 +17,7 @@ jobs:
17
18
steps:
19
- name: Checkout
20
- uses: actions/checkout@v3
+ uses: actions/checkout@v5
21
with:
22
fetch-depth: 0
23
token: ${{ secrets.GH_TOKEN }}
@@ -39,7 +39,7 @@ jobs:
39
# This action uses Python Semantic Release v8
40
- name: Python Semantic Release
41
id: release
42
- uses: python-semantic-release/python-semantic-release@v8.0.4
+ uses: python-semantic-release/python-semantic-release@v10.3.1
43
44
github_token: ${{ secrets.GITHUB_TOKEN }}
45
git_committer_name: MarkusPic
0 commit comments