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 :
4848 MyPy :
4949 runs-on : ubuntu-latest
5050 steps :
51- - uses : actions/checkout@v4
51+ - uses : actions/checkout@v5
5252 - name : Set up Python
5353 uses : actions/setup-python@v5
5454 with :
6767 Black :
6868 runs-on : ubuntu-latest
6969 steps :
70- - uses : actions/checkout@v4
70+ - uses : actions/checkout@v5
7171 - name : Set up Python
7272 uses : actions/setup-python@v5
7373 with :
8383 Refurb :
8484 runs-on : ubuntu-latest
8585 steps :
86- - uses : actions/checkout@v4
86+ - uses : actions/checkout@v5
8787 - name : Set up Python
8888 uses : actions/setup-python@v5
8989 with :
@@ -106,7 +106,7 @@ jobs:
106106
107107 name : " Script based python ${{ matrix.python-version }} on ${{ matrix.os }}"
108108 steps :
109- - uses : actions/checkout@v4
109+ - uses : actions/checkout@v5
110110 - name : Set up Python ${{ matrix.python-version }}
111111 uses : actions/setup-python@v5
112112 with :
@@ -145,7 +145,7 @@ jobs:
145145 needs : [ Test ]
146146 runs-on : ubuntu-latest
147147 steps :
148- - uses : actions/checkout@v4
148+ - uses : actions/checkout@v5
149149 with :
150150 fetch-depth : 0 # need for setuptools_scm
151151 - name : Set up Python
@@ -169,7 +169,7 @@ jobs:
169169 runs-on : ubuntu-latest
170170 needs : [ Build ]
171171 steps :
172- - uses : actions/checkout@v4
172+ - uses : actions/checkout@v5
173173 - name : Set up Python
174174 uses : actions/setup-python@v5
175175 with :
0 commit comments