Skip to content

Commit 384fcf6

Browse files
committed
Update workflow
1 parent b0473ba commit 384fcf6

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ jobs:
99
- uses: actions/checkout@v2
1010

1111
- name: Initialize Python 3.7
12-
uses: actions/setup-python@v1
12+
uses: actions/setup-python@v4 # Also update to v4
1313
with:
14-
python-version: 3.7
14+
python-version: '3.7' # Use a supported version
1515

1616
- name: Build package
1717
run: |

0 commit comments

Comments
 (0)