1313 name : Check with Ruff
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v4
16+ - uses : actions/checkout@v5
1717 - name : Set up Python
1818 uses : actions/setup-python@v6
1919 with :
2929 PyLint :
3030 runs-on : ubuntu-latest
3131 steps :
32- - uses : actions/checkout@v4
32+ - uses : actions/checkout@v5
3333 - name : Set up Python
3434 uses : actions/setup-python@v6
3535 with :
4949 MyPy :
5050 runs-on : ubuntu-latest
5151 steps :
52- - uses : actions/checkout@v4
52+ - uses : actions/checkout@v5
5353 - name : Set up Python
5454 uses : actions/setup-python@v6
5555 with :
6969 Black :
7070 runs-on : ubuntu-latest
7171 steps :
72- - uses : actions/checkout@v4
72+ - uses : actions/checkout@v5
7373 - name : Set up Python
7474 uses : actions/setup-python@v6
7575 with :
8585 Refurb :
8686 runs-on : ubuntu-latest
8787 steps :
88- - uses : actions/checkout@v4
88+ - uses : actions/checkout@v5
8989 - name : Set up Python
9090 uses : actions/setup-python@v6
9191 with :
@@ -109,7 +109,7 @@ jobs:
109109
110110 name : " Script based python ${{ matrix.python-version }} on ${{ matrix.os }}"
111111 steps :
112- - uses : actions/checkout@v4
112+ - uses : actions/checkout@v5
113113 - name : Set up Python ${{ matrix.python-version }}
114114 uses : actions/setup-python@v6
115115 with :
@@ -155,7 +155,7 @@ jobs:
155155 name : " Cython based python ${{ matrix.python-version }} on linux"
156156
157157 steps :
158- - uses : actions/checkout@v4
158+ - uses : actions/checkout@v5
159159 - name : Set up Python ${{ matrix.python-version }}
160160 uses : actions/setup-python@v6
161161 with :
@@ -187,7 +187,7 @@ jobs:
187187 name : " Cython based python ${{ matrix.python-version }} on ${{ matrix.WINDOWS.WINDOWS }}"
188188
189189 steps :
190- - uses : actions/checkout@v4
190+ - uses : actions/checkout@v5
191191 - name : Set up Python ${{ matrix.python-version }}
192192 uses : actions/setup-python@v6
193193 with :
@@ -212,7 +212,7 @@ jobs:
212212 needs : [TestScript]
213213 runs-on : ubuntu-latest
214214 steps :
215- - uses : actions/checkout@v4
215+ - uses : actions/checkout@v5
216216 with :
217217 fetch-depth : 0 # need for setuptools_scm
218218 - name : Set up Python
@@ -236,7 +236,7 @@ jobs:
236236 runs-on : ubuntu-latest
237237 needs : [ Build ]
238238 steps :
239- - uses : actions/checkout@v4
239+ - uses : actions/checkout@v5
240240 - name : Set up Python
241241 uses : actions/setup-python@v6
242242 with :
@@ -270,7 +270,7 @@ jobs:
270270 # - macos-latest
271271
272272 steps :
273- - uses : actions/checkout@v4
273+ - uses : actions/checkout@v5
274274 with :
275275 fetch-depth : 0 # need for setuptools_scm
276276
0 commit comments