20
20
- uses : actions/checkout@v5
21
21
22
22
- name : Set up Python
23
- uses : actions/setup-python@v5
23
+ uses : actions/setup-python@v6
24
24
with :
25
25
python-version : " 3.x"
26
26
34
34
- uses : actions/checkout@v5
35
35
36
36
- name : Set up Python
37
- uses : actions/setup-python@v5
37
+ uses : actions/setup-python@v6
38
38
with :
39
39
python-version : " 3.x"
40
40
48
48
- uses : actions/checkout@v5
49
49
50
50
- name : Set up Python
51
- uses : actions/setup-python@v5
51
+ uses : actions/setup-python@v6
52
52
with :
53
53
python-version : " 3.x"
54
54
@@ -120,7 +120,7 @@ jobs:
120
120
- uses : actions/checkout@v5
121
121
122
122
- name : Set up Python ${{ matrix.python-version }}
123
- uses : actions/setup-python@v5
123
+ uses : actions/setup-python@v6
124
124
with :
125
125
python-version : ${{ matrix.python-version }}
126
126
architecture : ${{ matrix.platform.python-architecture }}
@@ -177,7 +177,7 @@ jobs:
177
177
steps :
178
178
- uses : actions/checkout@v5
179
179
- name : Setup python
180
- uses : actions/setup-python@v5
180
+ uses : actions/setup-python@v6
181
181
with :
182
182
python-version : 3.9
183
183
@@ -204,7 +204,7 @@ jobs:
204
204
# Now we switch to a differnet Python version and ensure we can install
205
205
# the wheel we just built.
206
206
- name : Setup python
207
- uses : actions/setup-python@v5
207
+ uses : actions/setup-python@v6
208
208
with :
209
209
python-version : " 3.10"
210
210
@@ -236,7 +236,7 @@ jobs:
236
236
steps :
237
237
- uses : actions/checkout@v5
238
238
- name : Set up Python
239
- uses : actions/setup-python@v5
239
+ uses : actions/setup-python@v6
240
240
with :
241
241
python-version : " 3.x"
242
242
- uses : docker/setup-qemu-action@v3
@@ -248,7 +248,7 @@ jobs:
248
248
steps :
249
249
- uses : actions/checkout@v5
250
250
- name : Setup python
251
- uses : actions/setup-python@v5
251
+ uses : actions/setup-python@v6
252
252
with :
253
253
python-version : " 3.x"
254
254
- uses : dtolnay/rust-toolchain@stable
@@ -265,7 +265,7 @@ jobs:
265
265
steps :
266
266
- uses : actions/checkout@v5
267
267
- name : Setup python
268
- uses : actions/setup-python@v5
268
+ uses : actions/setup-python@v6
269
269
with :
270
270
python-version : " 3.10" # must match the ubuntu version in the install, and also the version copied out of the docker image below
271
271
- uses : dtolnay/rust-toolchain@stable
@@ -413,7 +413,7 @@ jobs:
413
413
with :
414
414
version : ${{env.EMSCRIPTEN_VERSION}}
415
415
actions-cache-folder : emsdk-cache
416
- - uses : actions/setup-python@v5
416
+ - uses : actions/setup-python@v6
417
417
id : setup-python
418
418
with :
419
419
python-version : ${{env.PYTHON_VERSION}}
0 commit comments