Skip to content

Commit e3ef909

Browse files
committed
Action: Use setup-python@v4
1 parent 1008229 commit e3ef909

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/wheel.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -22,10 +22,10 @@ jobs:
2222
with:
2323
platforms: arm64
2424

25-
- name: Set up Python 3.9
26-
uses: actions/setup-python@v3
25+
- name: Set up Python 3.x
26+
uses: actions/setup-python@v4
2727
with:
28-
python-version: 3.9
28+
python-version: "3.x"
2929
cache: "pip"
3030

3131
- name: Prepare

0 commit comments

Comments
 (0)