Skip to content

Commit a1363ec

Browse files
committed
try update
1 parent a94252a commit a1363ec

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
@@ -20,9 +20,9 @@ jobs:
2020
runs-on: ubuntu-22.04
2121
environment: release
2222
steps:
23-
- uses: actions/checkout@v2
23+
- uses: actions/checkout@v4
2424
- name: Set up Python
25-
uses: actions/setup-python@v1
25+
uses: actions/setup-python@v5
2626
with:
2727
python-version: '3.7'
2828
- name: Install dependencies

0 commit comments

Comments
 (0)