15
15
os : [ubuntu-latest]
16
16
python : ["3.10"]
17
17
steps :
18
- - uses : actions/checkout@v4
18
+ - uses : actions/checkout@v5
19
19
- name : Set up Python
20
20
uses : actions/setup-python@v5
21
21
with :
46
46
os : [ubuntu-latest]
47
47
python : ["3.10"]
48
48
steps :
49
- - uses : actions/checkout@v4
49
+ - uses : actions/checkout@v5
50
50
- name : Set up Python
51
51
uses : actions/setup-python@v5
52
52
with :
87
87
os : [ubuntu-latest]
88
88
python : ["3.10"]
89
89
steps :
90
- - uses : actions/checkout@v4
90
+ - uses : actions/checkout@v5
91
91
- name : Set up Python
92
92
uses : actions/setup-python@v5
93
93
with :
@@ -121,7 +121,7 @@ jobs:
121
121
os : [ubuntu-latest]
122
122
python : ["3.10"]
123
123
steps :
124
- - uses : actions/checkout@v4
124
+ - uses : actions/checkout@v5
125
125
- name : Set up Python
126
126
uses : actions/setup-python@v5
127
127
with :
@@ -147,7 +147,7 @@ jobs:
147
147
os : [ubuntu-latest]
148
148
python : ["3.10"]
149
149
steps :
150
- - uses : actions/checkout@v4
150
+ - uses : actions/checkout@v5
151
151
- name : Set up Python
152
152
uses : actions/setup-python@v5
153
153
with :
@@ -173,7 +173,7 @@ jobs:
173
173
os : [ubuntu-latest]
174
174
python : ["3.10"]
175
175
steps :
176
- - uses : actions/checkout@v4
176
+ - uses : actions/checkout@v5
177
177
- name : Set up Python
178
178
uses : actions/setup-python@v5
179
179
with :
@@ -207,7 +207,7 @@ jobs:
207
207
os : [ubuntu-latest]
208
208
python : ["3.10"]
209
209
steps :
210
- - uses : actions/checkout@v4
210
+ - uses : actions/checkout@v5
211
211
- name : Set up Python
212
212
uses : actions/setup-python@v5
213
213
with :
@@ -234,7 +234,7 @@ jobs:
234
234
os : [ubuntu-latest]
235
235
python : ["3.10"]
236
236
steps :
237
- - uses : actions/checkout@v4
237
+ - uses : actions/checkout@v5
238
238
- name : Set up Python
239
239
uses : actions/setup-python@v5
240
240
with :
0 commit comments