Skip to content

Commit fa201ca

Browse files
committed
chore: update github action image versions
1 parent 94320b9 commit fa201ca

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/package_release.yaml

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

1818
steps:
1919
- name: Checkout
20-
uses: actions/checkout@v3
20+
uses: actions/checkout@v5
2121
with:
2222
fetch-depth: 0
2323
token: ${{ secrets.GH_TOKEN }}
@@ -39,7 +39,7 @@ jobs:
3939
# This action uses Python Semantic Release v8
4040
- name: Python Semantic Release
4141
id: release
42-
uses: python-semantic-release/python-semantic-release@v8.0.4
42+
uses: python-semantic-release/python-semantic-release@v10.3.1
4343
with:
4444
github_token: ${{ secrets.GITHUB_TOKEN }}
4545
git_committer_name: MarkusPic

0 commit comments

Comments
 (0)