66
66
- " 3.9"
67
67
- " 3.10"
68
68
steps :
69
- - uses : actions/checkout@v3
69
+ - uses : actions/checkout@v4
70
70
- uses : actions/setup-python@v4
71
71
with :
72
72
python-version : ${{ matrix.python }}
94
94
- 8
95
95
- 9
96
96
steps :
97
- - uses : actions/checkout@v3
97
+ - uses : actions/checkout@v4
98
98
- uses : actions/setup-python@v4
99
99
with :
100
100
python-version : ${{ matrix.python }}
@@ -127,7 +127,7 @@ jobs:
127
127
- 8
128
128
- 9
129
129
steps :
130
- - uses : actions/checkout@v3
130
+ - uses : actions/checkout@v4
131
131
- uses : actions/setup-python@v4
132
132
with :
133
133
python-version : ${{ matrix.python }}
@@ -157,7 +157,7 @@ jobs:
157
157
- " 3.10"
158
158
- " 3.11"
159
159
steps :
160
- - uses : actions/checkout@v3
160
+ - uses : actions/checkout@v4
161
161
- uses : actions/setup-python@v4
162
162
with :
163
163
python-version : ${{ matrix.python }}
@@ -184,7 +184,7 @@ jobs:
184
184
- " 3.10"
185
185
- " 3.11"
186
186
steps :
187
- - uses : actions/checkout@v3
187
+ - uses : actions/checkout@v4
188
188
- uses : actions/setup-python@v4
189
189
with :
190
190
python-version : ${{ matrix.python }}
@@ -214,7 +214,7 @@ jobs:
214
214
- " 3.10"
215
215
- " 3.11"
216
216
steps :
217
- - uses : actions/checkout@v3
217
+ - uses : actions/checkout@v4
218
218
- uses : actions/setup-python@v4
219
219
with :
220
220
python-version : ${{ matrix.python }}
@@ -242,7 +242,7 @@ jobs:
242
242
- " 3.10"
243
243
- " 3.11"
244
244
steps :
245
- - uses : actions/checkout@v3
245
+ - uses : actions/checkout@v4
246
246
- uses : actions/setup-python@v4
247
247
with :
248
248
python-version : ${{ matrix.python }}
@@ -266,7 +266,7 @@ jobs:
266
266
- " 3.10"
267
267
- " 3.11"
268
268
steps :
269
- - uses : actions/checkout@v3
269
+ - uses : actions/checkout@v4
270
270
- uses : actions/setup-python@v4
271
271
with :
272
272
python-version : ${{ matrix.python }}
@@ -290,7 +290,7 @@ jobs:
290
290
- " 3.10"
291
291
- " 3.11"
292
292
steps :
293
- - uses : actions/checkout@v3
293
+ - uses : actions/checkout@v4
294
294
- uses : actions/setup-python@v4
295
295
with :
296
296
python-version : ${{ matrix.python }}
@@ -320,7 +320,7 @@ jobs:
320
320
- " 3.10"
321
321
- " 3.11"
322
322
steps :
323
- - uses : actions/checkout@v3
323
+ - uses : actions/checkout@v4
324
324
- uses : actions/setup-python@v4
325
325
with :
326
326
python-version : ${{ matrix.python }}
@@ -349,7 +349,7 @@ jobs:
349
349
rust :
350
350
- stable
351
351
steps :
352
- - uses : actions/checkout@v3
352
+ - uses : actions/checkout@v4
353
353
- uses : actions/setup-python@v4
354
354
with :
355
355
python-version : ${{ matrix.python }}
0 commit comments