@@ -37,10 +37,10 @@ jobs:
3737 pyver : ["3.7", "3.8", "3.9", "3.10", "3.11"]
3838
3939 steps :
40- - uses : actions/checkout@v2
40+ - uses : actions/checkout@v3
4141
4242 - name : Set up Python on ${{ matrix.pyver }}
43- uses : actions/setup-python@v1
43+ uses : actions/setup-python@v4
4444 with :
4545 python-version : ${{ matrix.pyver }}
4646
@@ -69,10 +69,10 @@ jobs:
6969 fail-fast : true
7070
7171 steps :
72- - uses : actions/checkout@v2
72+ - uses : actions/checkout@v3
7373
7474 - name : Set up Python
75- uses : actions/setup-python@v1
75+ uses : actions/setup-python@v4
7676 with :
7777 python-version : " 3.10"
7878
@@ -103,10 +103,10 @@ jobs:
103103 pyver : ["3.7", "3.8", "3.9", "3.10", "3.11"]
104104
105105 steps :
106- - uses : actions/checkout@v2
106+ - uses : actions/checkout@v3
107107
108108 - name : Set up Python on ${{ matrix.pyver }}
109- uses : actions/setup-python@v1
109+ uses : actions/setup-python@v4
110110 with :
111111 python-version : ${{ matrix.pyver }}
112112
@@ -137,10 +137,10 @@ jobs:
137137 pyver : ["3.7", "3.8", "3.9", "3.10", "3.11"]
138138
139139 steps :
140- - uses : actions/checkout@v2
140+ - uses : actions/checkout@v3
141141
142142 - name : Set up Python on ${{ matrix.pyver }}
143- uses : actions/setup-python@v1
143+ uses : actions/setup-python@v4
144144 with :
145145 python-version : ${{ matrix.pyver }}
146146
@@ -171,10 +171,10 @@ jobs:
171171 pyver : ["3.7", "3.8", "3.9", "3.10", "3.11"]
172172
173173 steps :
174- - uses : actions/checkout@v2
174+ - uses : actions/checkout@v3
175175
176176 - name : Set up Python on ${{ matrix.pyver }}
177- uses : actions/setup-python@v1
177+ uses : actions/setup-python@v4
178178 with :
179179 python-version : ${{ matrix.pyver }}
180180
@@ -202,10 +202,10 @@ jobs:
202202 fail-fast : true
203203
204204 steps :
205- - uses : actions/checkout@v2
205+ - uses : actions/checkout@v3
206206
207207 - name : Set up Python
208- uses : actions/setup-python@v1
208+ uses : actions/setup-python@v4
209209 with :
210210 python-version : " 3.10"
211211
@@ -239,10 +239,10 @@ jobs:
239239 pyver : ["3.7", "3.8", "3.9", "3.10", "3.11"]
240240
241241 steps :
242- - uses : actions/checkout@v2
242+ - uses : actions/checkout@v3
243243
244244 - name : Set up Python ${{ matrix.pyver }} on ${{ matrix.os }}
245- uses : actions/setup-python@v1
245+ uses : actions/setup-python@v4
246246 with :
247247 python-version : ${{ matrix.pyver }}
248248
@@ -285,10 +285,10 @@ jobs:
285285 pyver : ["3.7", "3.8", "3.9", "3.10", "3.11"]
286286
287287 steps :
288- - uses : actions/checkout@v2
288+ - uses : actions/checkout@v3
289289
290290 - name : Set up Python ${{ matrix.pyver }} on ${{ matrix.os }}
291- uses : actions/setup-python@v1
291+ uses : actions/setup-python@v4
292292 with :
293293 python-version : ${{ matrix.pyver }}
294294
@@ -330,10 +330,10 @@ jobs:
330330 pyver : ["3.7", "3.8", "3.9", "3.10", "3.11"]
331331
332332 steps :
333- - uses : actions/checkout@v2
333+ - uses : actions/checkout@v3
334334
335335 - name : Set up Python ${{ matrix.pyver }} on ${{ matrix.os }}
336- uses : actions/setup-python@v1
336+ uses : actions/setup-python@v4
337337 with :
338338 python-version : ${{ matrix.pyver }}
339339
@@ -371,10 +371,10 @@ jobs:
371371 pyver : ["3.7", "3.8", "3.9", "3.10", "3.11"]
372372
373373 steps :
374- - uses : actions/checkout@v2
374+ - uses : actions/checkout@v3
375375
376376 - name : Set up Python ${{ matrix.pyver }} on ${{ matrix.os }}
377- uses : actions/setup-python@v1
377+ uses : actions/setup-python@v4
378378 with :
379379 python-version : ${{ matrix.pyver }}
380380
@@ -412,10 +412,10 @@ jobs:
412412 pyver : ["3.7", "3.8", "3.9", "3.10", "3.11"]
413413
414414 steps :
415- - uses : actions/checkout@v2
415+ - uses : actions/checkout@v3
416416
417417 - name : Set up Python ${{ matrix.pyver }} on ${{ matrix.os }}
418- uses : actions/setup-python@v1
418+ uses : actions/setup-python@v4
419419 with :
420420 python-version : ${{ matrix.pyver }}
421421
@@ -577,7 +577,7 @@ jobs:
577577
578578 steps :
579579 - name : Set up Python
580- uses : actions/setup-python@v1
580+ uses : actions/setup-python@v4
581581 with :
582582 python-version : 3.8
583583
0 commit comments