File tree Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Expand file tree Collapse file tree 4 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ jobs:
175
175
176
176
- name : Setup Python
177
177
id : setup_python
178
- uses : actions/setup-python@v5
178
+ uses : actions/setup-python@v6
179
179
with :
180
180
python-version : ' 3.11'
181
181
cache : ' pip'
Original file line number Diff line number Diff line change 40
40
41
41
- name : Setup Python
42
42
id : setup_python
43
- uses : actions/setup-python@v5
43
+ uses : actions/setup-python@v6
44
44
with :
45
45
python-version : ' 3.11'
46
46
Original file line number Diff line number Diff line change @@ -343,7 +343,7 @@ jobs:
343
343
fetch-depth : 0
344
344
345
345
- name : Set up Python Dev Version
346
- uses : actions/setup-python@v5
346
+ uses : actions/setup-python@v6
347
347
with :
348
348
python-version : ' 3.13-dev'
349
349
@@ -381,7 +381,7 @@ jobs:
381
381
382
382
- name : Set up Python for pyodide-build
383
383
id : setup-python
384
- uses : actions/setup-python@v5
384
+ uses : actions/setup-python@v6
385
385
with :
386
386
python-version : ' 3.12'
387
387
Original file line number Diff line number Diff line change 53
53
fetch-depth : 0
54
54
55
55
- name : Set up Python
56
- uses : actions/setup-python@v5
56
+ uses : actions/setup-python@v6
57
57
with :
58
58
python-version : ' 3.11'
59
59
You can’t perform that action at this time.
0 commit comments