Skip to content

Commit c72e5ec

Browse files
authored
Update release.yml
1 parent 561041a commit c72e5ec

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -36,10 +36,10 @@ jobs:
3636
runs-on: ubuntu-latest
3737
steps:
3838
- name: Checkout repository
39-
uses: actions/checkout@v3
39+
uses: actions/checkout@v4
4040

4141
- name: Set up Python
42-
uses: actions/setup-python@v4
42+
uses: actions/setup-python@v5
4343
with:
4444
python-version: '3.8'
4545

@@ -76,7 +76,7 @@ jobs:
7676
git push --tags
7777
7878
- name: Checkout develop branch
79-
uses: actions/checkout@v3
79+
uses: actions/checkout@v4
8080
with:
8181
ref: 'develop'
8282
fetch-depth: 0

0 commit comments

Comments
 (0)