@@ -241,12 +241,10 @@ jobs:
241
241
${{ runner.os }}-pip-
242
242
243
243
- name : Set up Python 3.x
244
- uses : actions/setup-python@v2
244
+ uses : actions/setup-python@v4
245
245
with :
246
246
# Semantic version range syntax or exact version of a Python version
247
247
python-version : ' 3.x'
248
- # Optional - x64 or x86 architecture, defaults to x64
249
- architecture : ' x64'
250
248
251
249
# You can test your matrix by printing the current Python version
252
250
- name : Display Python version
@@ -279,12 +277,10 @@ jobs:
279
277
- name : Checkout
280
278
uses : actions/checkout@v3
281
279
- name : Set up Python 3.x
282
- uses : actions/setup-python@v2
280
+ uses : actions/setup-python@v4
283
281
with :
284
282
# Semantic version range syntax or exact version of a Python version
285
283
python-version : ' 3.x'
286
- # Optional - x64 or x86 architecture, defaults to x64
287
- architecture : ' x64'
288
284
289
285
# You can test your matrix by printing the current Python version
290
286
- name : Display Python version
@@ -374,12 +370,10 @@ jobs:
374
370
- uses : actions/checkout@v3
375
371
376
372
- name : Set up Python 3.x
377
- uses : actions/setup-python@v2
373
+ uses : actions/setup-python@v4
378
374
with :
379
375
# Semantic version range syntax or exact version of a Python version
380
376
python-version : ' 3.x'
381
- # Optional - x64 or x86 architecture, defaults to x64
382
- architecture : ' x64'
383
377
384
378
# You can test your matrix by printing the current Python version
385
379
- name : Display Python version
0 commit comments