Skip to content

Commit 3d8df6e

Browse files
authored
fix: retry v6 release (#279)
1 parent 499a8a4 commit 3d8df6e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,14 @@ jobs:
1818
with:
1919
release-type: python
2020

21-
- uses: actions/checkout@v3
21+
- uses: actions/checkout@v6
2222
if: ${{ steps.release.outputs.release_created }}
2323
with:
2424
fetch-depth: 2
2525

2626
- name: Set up Python
2727
if: ${{ steps.release.outputs.release_created }}
28-
uses: actions/setup-python@v4
28+
uses: actions/setup-python@v6
2929
with:
3030
python-version: '3.10' # keep synced with dev-env.yml
3131

0 commit comments

Comments
 (0)