20
20
steps :
21
21
- uses : actions/checkout@v2
22
22
- name : Set up Python
23
- uses : actions/setup-python@v2
23
+ uses : actions/setup-python@v3
24
24
with :
25
25
python-version : " 3.9"
26
26
cache : ' pip'
33
33
steps :
34
34
- uses : actions/checkout@v2
35
35
- name : Set up Python "3.10"
36
- uses : actions/setup-python@v2
36
+ uses : actions/setup-python@v3
37
37
with :
38
38
python-version : " 3.10"
39
39
cache : ' pip'
49
49
steps :
50
50
- uses : actions/checkout@v2
51
51
- name : Set up Python "3.10"
52
- uses : actions/setup-python@v2
52
+ uses : actions/setup-python@v3
53
53
with :
54
54
python-version : " 3.10"
55
55
cache : ' pip'
94
94
sudo mkdir -p /tmp/workspace/tests/cert/
95
95
sudo chown -R ${USER} /tmp/workspace/
96
96
- name : Set up Python "3.10"
97
- uses : actions/setup-python@v2
97
+ uses : actions/setup-python@v3
98
98
with :
99
99
python-version : " 3.10"
100
100
cache : ' pip'
@@ -140,7 +140,7 @@ jobs:
140
140
steps :
141
141
- uses : actions/checkout@v2
142
142
- name : Set up Python "${{ matrix.python }}"
143
- uses : actions/setup-python@v2
143
+ uses : actions/setup-python@v3
144
144
with :
145
145
python-version : " ${{ matrix.python }}"
146
146
cache : ' pip'
@@ -167,7 +167,7 @@ jobs:
167
167
steps :
168
168
- uses : actions/checkout@v2
169
169
- name : Set up Python "3.10"
170
- uses : actions/setup-python@v2
170
+ uses : actions/setup-python@v3
171
171
with :
172
172
python-version : " 3.10"
173
173
cache : ' pip'
@@ -197,7 +197,7 @@ jobs:
197
197
steps :
198
198
- uses : actions/checkout@v2
199
199
- name : Set up Python "3.10"
200
- uses : actions/setup-python@v2
200
+ uses : actions/setup-python@v3
201
201
with :
202
202
python-version : " 3.10"
203
203
cache : ' pip'
@@ -224,7 +224,7 @@ jobs:
224
224
steps :
225
225
- uses : actions/checkout@v2
226
226
- name : Set up Python "3.10"
227
- uses : actions/setup-python@v2
227
+ uses : actions/setup-python@v3
228
228
with :
229
229
python-version : " 3.10"
230
230
cache : ' pip'
@@ -244,7 +244,7 @@ jobs:
244
244
steps :
245
245
- uses : actions/checkout@v2
246
246
- name : Set up Python ${{ matrix.python }}
247
- uses : actions/setup-python@v2
247
+ uses : actions/setup-python@v3
248
248
with :
249
249
python-version : ${{ matrix.python }}
250
250
cache : ' pip'
@@ -269,7 +269,7 @@ jobs:
269
269
steps :
270
270
- uses : actions/checkout@v2
271
271
- name : Set up Python ${{ matrix.python }}
272
- uses : actions/setup-python@v2
272
+ uses : actions/setup-python@v3
273
273
with :
274
274
python-version : ${{ matrix.python }}
275
275
cache : ' pip'
@@ -315,7 +315,7 @@ jobs:
315
315
steps :
316
316
- uses : actions/checkout@v2
317
317
- name : Set up Python 3.10
318
- uses : actions/setup-python@v2
318
+ uses : actions/setup-python@v3
319
319
with :
320
320
python-version : " 3.10"
321
321
cache : ' pip'
@@ -333,7 +333,7 @@ jobs:
333
333
steps :
334
334
- uses : actions/checkout@v2
335
335
- name : Set up Python "3.10"
336
- uses : actions/setup-python@v2
336
+ uses : actions/setup-python@v3
337
337
with :
338
338
python-version : " 3.10"
339
339
cache : ' pip'
0 commit comments