Skip to content

Commit 7481bc9

Browse files
committed
update setup-python action version
1 parent 15cf873 commit 7481bc9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-release-hf.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,9 @@ jobs:
2020
steps:
2121
- uses: actions/checkout@v2
2222
- name: Set up Python
23-
uses: actions/setup-python@v2
23+
uses: actions/setup-python@v6
2424
with:
25-
python-version: 3.10
25+
python-version: '3.10'
2626
- name: Install dependencies
2727
run: |
2828
pip install --upgrade pip

0 commit comments

Comments
 (0)