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@v5
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@v5
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@v5
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@v5
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@v5
9191 with :
@@ -108,7 +108,7 @@ jobs:
108108
109109 name : " Script based python ${{ matrix.python-version }} on ${{ matrix.os }}"
110110 steps :
111- - uses : actions/checkout@v4
111+ - uses : actions/checkout@v5
112112 - name : Set up Python ${{ matrix.python-version }}
113113 uses : actions/setup-python@v5
114114 with :
@@ -149,7 +149,7 @@ jobs:
149149 needs : [ Test ]
150150 runs-on : ubuntu-latest
151151 steps :
152- - uses : actions/checkout@v4
152+ - uses : actions/checkout@v5
153153 with :
154154 fetch-depth : 0 # need for setuptools_scm
155155 - name : Set up Python
@@ -173,7 +173,7 @@ jobs:
173173 runs-on : ubuntu-latest
174174 needs : [ Build ]
175175 steps :
176- - uses : actions/checkout@v4
176+ - uses : actions/checkout@v5
177177 - name : Set up Python
178178 uses : actions/setup-python@v5
179179 with :
0 commit comments