35
35
with :
36
36
submodules : recursive
37
37
fetch-depth : 0
38
- - uses : actions/setup-python@v3
38
+ - uses : actions/setup-python@v4
39
39
with :
40
40
python-version : ${{ env.PYTHON_VERSION }}
41
41
- name : Install linter requirements
55
55
with :
56
56
submodules : recursive
57
57
fetch-depth : 0
58
- - uses : actions/setup-python@v3
58
+ - uses : actions/setup-python@v4
59
59
with :
60
60
python-version : ${{ env.PYTHON_VERSION }}
61
61
- uses : ./.github/actions
73
73
with :
74
74
submodules : recursive
75
75
fetch-depth : 0
76
- - uses : actions/setup-python@v3
76
+ - uses : actions/setup-python@v4
77
77
with :
78
78
python-version : ${{ matrix.python-version }}
79
79
- uses : ./.github/actions
@@ -132,7 +132,7 @@ jobs:
132
132
with :
133
133
submodules : recursive
134
134
fetch-depth : 0
135
- - uses : actions/setup-python@v3
135
+ - uses : actions/setup-python@v4
136
136
with :
137
137
python-version : ${{ env.PYTHON_VERSION }}
138
138
- uses : ./.github/actions
@@ -147,7 +147,7 @@ jobs:
147
147
with :
148
148
submodules : recursive
149
149
fetch-depth : 0
150
- - uses : actions/setup-python@v3
150
+ - uses : actions/setup-python@v4
151
151
with :
152
152
python-version : ${{ env.PYTHON_VERSION }}
153
153
- uses : ./.github/actions
@@ -162,7 +162,7 @@ jobs:
162
162
with :
163
163
submodules : recursive
164
164
fetch-depth : 0
165
- - uses : actions/setup-python@v3
165
+ - uses : actions/setup-python@v4
166
166
with :
167
167
python-version : ${{ env.PYTHON_VERSION }}
168
168
- uses : ./.github/actions
@@ -177,7 +177,7 @@ jobs:
177
177
with :
178
178
submodules : recursive
179
179
fetch-depth : 0
180
- - uses : actions/setup-python@v3
180
+ - uses : actions/setup-python@v4
181
181
with :
182
182
python-version : ${{ env.PYTHON_VERSION }}
183
183
- uses : ./.github/actions
@@ -192,7 +192,7 @@ jobs:
192
192
with :
193
193
submodules : recursive
194
194
fetch-depth : 0
195
- - uses : actions/setup-python@v3
195
+ - uses : actions/setup-python@v4
196
196
with :
197
197
python-version : ${{ env.PYTHON_VERSION }}
198
198
- uses : ./.github/actions
@@ -210,7 +210,7 @@ jobs:
210
210
with :
211
211
submodules : recursive
212
212
fetch-depth : 0
213
- - uses : actions/setup-python@v3
213
+ - uses : actions/setup-python@v4
214
214
with :
215
215
python-version : ${{ env.PYTHON_VERSION }}
216
216
- uses : ./.github/actions
@@ -231,7 +231,7 @@ jobs:
231
231
with :
232
232
submodules : recursive
233
233
fetch-depth : 0
234
- - uses : actions/setup-python@v3
234
+ - uses : actions/setup-python@v4
235
235
with :
236
236
python-version : ${{ env.PYTHON_VERSION }}
237
237
- uses : ./.github/actions
@@ -248,7 +248,7 @@ jobs:
248
248
with :
249
249
submodules : recursive
250
250
fetch-depth : 0
251
- - uses : actions/setup-python@v3
251
+ - uses : actions/setup-python@v4
252
252
with :
253
253
python-version : ${{ env.PYTHON_VERSION }}
254
254
- uses : ./.github/actions
@@ -263,7 +263,7 @@ jobs:
263
263
with :
264
264
submodules : recursive
265
265
fetch-depth : 0
266
- - uses : actions/setup-python@v3
266
+ - uses : actions/setup-python@v4
267
267
with :
268
268
python-version : ${{ env.PYTHON_VERSION }}
269
269
- uses : ./.github/actions
@@ -278,7 +278,7 @@ jobs:
278
278
with :
279
279
submodules : recursive
280
280
fetch-depth : 0
281
- - uses : actions/setup-python@v3
281
+ - uses : actions/setup-python@v4
282
282
with :
283
283
python-version : ${{ env.PYTHON_VERSION }}
284
284
- uses : ./.github/actions
@@ -296,7 +296,7 @@ jobs:
296
296
with :
297
297
submodules : recursive
298
298
fetch-depth : 0
299
- - uses : actions/setup-python@v3
299
+ - uses : actions/setup-python@v4
300
300
with :
301
301
python-version : ${{ env.PYTHON_VERSION }}
302
302
- uses : ./.github/actions
@@ -309,7 +309,7 @@ jobs:
309
309
with :
310
310
submodules : recursive
311
311
fetch-depth : 0
312
- - uses : actions/setup-python@v3
312
+ - uses : actions/setup-python@v4
313
313
with :
314
314
python-version : pypy-3.8-v7.3.9
315
315
- uses : ./.github/actions
@@ -324,7 +324,7 @@ jobs:
324
324
with :
325
325
submodules : recursive
326
326
fetch-depth : 0
327
- - uses : actions/setup-python@v3
327
+ - uses : actions/setup-python@v4
328
328
with :
329
329
python-version : ${{ env.PYTHON_VERSION }}
330
330
- uses : ./.github/actions
@@ -393,7 +393,7 @@ jobs:
393
393
with :
394
394
submodules : recursive
395
395
fetch-depth : 0
396
- - uses : actions/setup-python@v3
396
+ - uses : actions/setup-python@v4
397
397
with :
398
398
python-version : ${{ env.PYTHON_VERSION }}
399
399
- name : Install Intel SDE
0 commit comments