13
13
name : Check with Ruff
14
14
runs-on : ubuntu-latest
15
15
steps :
16
- - uses : actions/checkout@v4
16
+ - uses : actions/checkout@v5
17
17
- name : Set up Python
18
18
uses : actions/setup-python@v6
19
19
with :
29
29
PyLint :
30
30
runs-on : ubuntu-latest
31
31
steps :
32
- - uses : actions/checkout@v4
32
+ - uses : actions/checkout@v5
33
33
- name : Set up Python
34
34
uses : actions/setup-python@v6
35
35
with :
49
49
MyPy :
50
50
runs-on : ubuntu-latest
51
51
steps :
52
- - uses : actions/checkout@v4
52
+ - uses : actions/checkout@v5
53
53
- name : Set up Python
54
54
uses : actions/setup-python@v6
55
55
with :
69
69
Black :
70
70
runs-on : ubuntu-latest
71
71
steps :
72
- - uses : actions/checkout@v4
72
+ - uses : actions/checkout@v5
73
73
- name : Set up Python
74
74
uses : actions/setup-python@v6
75
75
with :
85
85
Refurb :
86
86
runs-on : ubuntu-latest
87
87
steps :
88
- - uses : actions/checkout@v4
88
+ - uses : actions/checkout@v5
89
89
- name : Set up Python
90
90
uses : actions/setup-python@v6
91
91
with :
@@ -109,7 +109,7 @@ jobs:
109
109
110
110
name : " Script based python ${{ matrix.python-version }} on ${{ matrix.os }}"
111
111
steps :
112
- - uses : actions/checkout@v4
112
+ - uses : actions/checkout@v5
113
113
- name : Set up Python ${{ matrix.python-version }}
114
114
uses : actions/setup-python@v6
115
115
with :
@@ -155,7 +155,7 @@ jobs:
155
155
name : " Cython based python ${{ matrix.python-version }} on linux"
156
156
157
157
steps :
158
- - uses : actions/checkout@v4
158
+ - uses : actions/checkout@v5
159
159
- name : Set up Python ${{ matrix.python-version }}
160
160
uses : actions/setup-python@v6
161
161
with :
@@ -187,7 +187,7 @@ jobs:
187
187
name : " Cython based python ${{ matrix.python-version }} on ${{ matrix.WINDOWS.WINDOWS }}"
188
188
189
189
steps :
190
- - uses : actions/checkout@v4
190
+ - uses : actions/checkout@v5
191
191
- name : Set up Python ${{ matrix.python-version }}
192
192
uses : actions/setup-python@v6
193
193
with :
@@ -212,7 +212,7 @@ jobs:
212
212
needs : [TestScript]
213
213
runs-on : ubuntu-latest
214
214
steps :
215
- - uses : actions/checkout@v4
215
+ - uses : actions/checkout@v5
216
216
with :
217
217
fetch-depth : 0 # need for setuptools_scm
218
218
- name : Set up Python
@@ -236,7 +236,7 @@ jobs:
236
236
runs-on : ubuntu-latest
237
237
needs : [ Build ]
238
238
steps :
239
- - uses : actions/checkout@v4
239
+ - uses : actions/checkout@v5
240
240
- name : Set up Python
241
241
uses : actions/setup-python@v6
242
242
with :
@@ -270,7 +270,7 @@ jobs:
270
270
# - macos-latest
271
271
272
272
steps :
273
- - uses : actions/checkout@v4
273
+ - uses : actions/checkout@v5
274
274
with :
275
275
fetch-depth : 0 # need for setuptools_scm
276
276
0 commit comments