@@ -37,10 +37,10 @@ jobs:
37
37
pyver : ["3.7", "3.8", "3.9", "3.10", "3.11"]
38
38
39
39
steps :
40
- - uses : actions/checkout@v2
40
+ - uses : actions/checkout@v3
41
41
42
42
- name : Set up Python on ${{ matrix.pyver }}
43
- uses : actions/setup-python@v1
43
+ uses : actions/setup-python@v4
44
44
with :
45
45
python-version : ${{ matrix.pyver }}
46
46
@@ -69,10 +69,10 @@ jobs:
69
69
fail-fast : true
70
70
71
71
steps :
72
- - uses : actions/checkout@v2
72
+ - uses : actions/checkout@v3
73
73
74
74
- name : Set up Python
75
- uses : actions/setup-python@v1
75
+ uses : actions/setup-python@v4
76
76
with :
77
77
python-version : " 3.10"
78
78
@@ -103,10 +103,10 @@ jobs:
103
103
pyver : ["3.7", "3.8", "3.9", "3.10", "3.11"]
104
104
105
105
steps :
106
- - uses : actions/checkout@v2
106
+ - uses : actions/checkout@v3
107
107
108
108
- name : Set up Python on ${{ matrix.pyver }}
109
- uses : actions/setup-python@v1
109
+ uses : actions/setup-python@v4
110
110
with :
111
111
python-version : ${{ matrix.pyver }}
112
112
@@ -137,10 +137,10 @@ jobs:
137
137
pyver : ["3.7", "3.8", "3.9", "3.10", "3.11"]
138
138
139
139
steps :
140
- - uses : actions/checkout@v2
140
+ - uses : actions/checkout@v3
141
141
142
142
- name : Set up Python on ${{ matrix.pyver }}
143
- uses : actions/setup-python@v1
143
+ uses : actions/setup-python@v4
144
144
with :
145
145
python-version : ${{ matrix.pyver }}
146
146
@@ -171,10 +171,10 @@ jobs:
171
171
pyver : ["3.7", "3.8", "3.9", "3.10", "3.11"]
172
172
173
173
steps :
174
- - uses : actions/checkout@v2
174
+ - uses : actions/checkout@v3
175
175
176
176
- name : Set up Python on ${{ matrix.pyver }}
177
- uses : actions/setup-python@v1
177
+ uses : actions/setup-python@v4
178
178
with :
179
179
python-version : ${{ matrix.pyver }}
180
180
@@ -202,10 +202,10 @@ jobs:
202
202
fail-fast : true
203
203
204
204
steps :
205
- - uses : actions/checkout@v2
205
+ - uses : actions/checkout@v3
206
206
207
207
- name : Set up Python
208
- uses : actions/setup-python@v1
208
+ uses : actions/setup-python@v4
209
209
with :
210
210
python-version : " 3.10"
211
211
@@ -239,10 +239,10 @@ jobs:
239
239
pyver : ["3.7", "3.8", "3.9", "3.10", "3.11"]
240
240
241
241
steps :
242
- - uses : actions/checkout@v2
242
+ - uses : actions/checkout@v3
243
243
244
244
- name : Set up Python ${{ matrix.pyver }} on ${{ matrix.os }}
245
- uses : actions/setup-python@v1
245
+ uses : actions/setup-python@v4
246
246
with :
247
247
python-version : ${{ matrix.pyver }}
248
248
@@ -285,10 +285,10 @@ jobs:
285
285
pyver : ["3.7", "3.8", "3.9", "3.10", "3.11"]
286
286
287
287
steps :
288
- - uses : actions/checkout@v2
288
+ - uses : actions/checkout@v3
289
289
290
290
- name : Set up Python ${{ matrix.pyver }} on ${{ matrix.os }}
291
- uses : actions/setup-python@v1
291
+ uses : actions/setup-python@v4
292
292
with :
293
293
python-version : ${{ matrix.pyver }}
294
294
@@ -330,10 +330,10 @@ jobs:
330
330
pyver : ["3.7", "3.8", "3.9", "3.10", "3.11"]
331
331
332
332
steps :
333
- - uses : actions/checkout@v2
333
+ - uses : actions/checkout@v3
334
334
335
335
- name : Set up Python ${{ matrix.pyver }} on ${{ matrix.os }}
336
- uses : actions/setup-python@v1
336
+ uses : actions/setup-python@v4
337
337
with :
338
338
python-version : ${{ matrix.pyver }}
339
339
@@ -371,10 +371,10 @@ jobs:
371
371
pyver : ["3.7", "3.8", "3.9", "3.10", "3.11"]
372
372
373
373
steps :
374
- - uses : actions/checkout@v2
374
+ - uses : actions/checkout@v3
375
375
376
376
- name : Set up Python ${{ matrix.pyver }} on ${{ matrix.os }}
377
- uses : actions/setup-python@v1
377
+ uses : actions/setup-python@v4
378
378
with :
379
379
python-version : ${{ matrix.pyver }}
380
380
@@ -412,10 +412,10 @@ jobs:
412
412
pyver : ["3.7", "3.8", "3.9", "3.10", "3.11"]
413
413
414
414
steps :
415
- - uses : actions/checkout@v2
415
+ - uses : actions/checkout@v3
416
416
417
417
- name : Set up Python ${{ matrix.pyver }} on ${{ matrix.os }}
418
- uses : actions/setup-python@v1
418
+ uses : actions/setup-python@v4
419
419
with :
420
420
python-version : ${{ matrix.pyver }}
421
421
@@ -577,7 +577,7 @@ jobs:
577
577
578
578
steps :
579
579
- name : Set up Python
580
- uses : actions/setup-python@v1
580
+ uses : actions/setup-python@v4
581
581
with :
582
582
python-version : 3.8
583
583
0 commit comments