27
27
fetch-depth : 0
28
28
- name : Set up Python ${{ env.DEFAULT_PYTHON }}
29
29
id : python
30
- uses : actions/setup-python@v2.2.1
30
+ uses : actions/setup-python@v3.0.0
31
31
with :
32
32
python-version : ${{ env.DEFAULT_PYTHON }}
33
33
- name : Generate partial Python venv restore key
84
84
85
85
- name : Set up Python ${{ env.DEFAULT_PYTHON }}
86
86
id : python
87
- uses : actions/setup-python@v2.2.1
87
+ uses : actions/setup-python@v3.0.0
88
88
with :
89
89
python-version : ${{ env.DEFAULT_PYTHON }}
90
90
- name : Restore Python virtual environment
@@ -133,7 +133,7 @@ jobs:
133
133
fetch-depth : 0
134
134
- name : Set up Python ${{ matrix.python-version }}
135
135
id : python
136
- uses : actions/setup-python@v2.2.1
136
+ uses : actions/setup-python@v3.0.0
137
137
with :
138
138
python-version : ${{ matrix.python-version }}
139
139
- name : Generate partial Python venv restore key
@@ -175,7 +175,7 @@ jobs:
175
175
176
176
- name : Set up Python ${{ matrix.python-version }}
177
177
id : python
178
- uses : actions/setup-python@v2.2.1
178
+ uses : actions/setup-python@v3.0.0
179
179
with :
180
180
python-version : ${{ matrix.python-version }}
181
181
- name : Restore Python virtual environment
@@ -216,7 +216,7 @@ jobs:
216
216
217
217
- name : Set up Python ${{ matrix.python-version }}
218
218
id : python
219
- uses : actions/setup-python@v2.2.1
219
+ uses : actions/setup-python@v3.0.0
220
220
with :
221
221
python-version : ${{ matrix.python-version }}
222
222
- name : Restore Python virtual environment
@@ -262,7 +262,7 @@ jobs:
262
262
fetch-depth : 0
263
263
- name : Set up Python ${{ matrix.python-version }}
264
264
id : python
265
- uses : actions/setup-python@v2.2.1
265
+ uses : actions/setup-python@v3.0.0
266
266
with :
267
267
python-version : ${{ matrix.python-version }}
268
268
- name : Generate partial Python venv restore key
@@ -308,7 +308,7 @@ jobs:
308
308
309
309
- name : Set up Python ${{ matrix.python-version }}
310
310
id : python
311
- uses : actions/setup-python@v2.2.1
311
+ uses : actions/setup-python@v3.0.0
312
312
with :
313
313
python-version : ${{ matrix.python-version }}
314
314
- name : Restore Python virtual environment
@@ -335,7 +335,7 @@ jobs:
335
335
timeout-minutes : 5
336
336
strategy :
337
337
matrix :
338
- python-version : ["pypy3 "]
338
+ python-version : ["pypy-3.6 "]
339
339
outputs :
340
340
python-key : ${{ steps.generate-python-key.outputs.key }}
341
341
steps :
@@ -345,7 +345,7 @@ jobs:
345
345
fetch-depth : 0
346
346
- name : Set up Python ${{ matrix.python-version }}
347
347
id : python
348
- uses : actions/setup-python@v2.2.1
348
+ uses : actions/setup-python@v3.0.0
349
349
with :
350
350
python-version : ${{ matrix.python-version }}
351
351
- name : Generate partial Python venv restore key
@@ -380,13 +380,13 @@ jobs:
380
380
strategy :
381
381
fail-fast : false
382
382
matrix :
383
- python-version : ["pypy3 "]
383
+ python-version : ["pypy-3.6 "]
384
384
steps :
385
385
- name : Check out code from GitHub
386
386
387
387
- name : Set up Python ${{ matrix.python-version }}
388
388
id : python
389
- uses : actions/setup-python@v2.2.1
389
+ uses : actions/setup-python@v3.0.0
390
390
with :
391
391
python-version : ${{ matrix.python-version }}
392
392
- name : Restore Python virtual environment
0 commit comments