2929 name : Dependency audit
3030 runs-on : ubuntu-latest
3131 steps :
32- - uses : actions/checkout@v4
32+ - uses : actions/checkout@v5
33333434 with :
3535 inputs : requirements.txt dev_requirements.txt
4040 name : Code linters
4141 runs-on : ubuntu-latest
4242 steps :
43- - uses : actions/checkout@v4
43+ - uses : actions/checkout@v5
4444 - uses : actions/setup-python@v5
4545 with :
4646 python-version : 3.13
6666 timeout-minutes : 60
6767 name : Update docker cache
6868 steps :
69- - uses : actions/checkout@v4
69+ - uses : actions/checkout@v5
7070 - name : Cache docker images
7171 id : custom-cache
7272 uses : actions/cache@v4
9797 ACTIONS_ALLOW_UNSECURE_COMMANDS : true
9898 name : Python ${{ matrix.python-version }} RESP${{ matrix.protocol-version }} ${{matrix.test-type}}-${{matrix.connection-type}} tests
9999 steps :
100- - uses : actions/checkout@v4
100+ - uses : actions/checkout@v5
101101 - uses : actions/setup-python@v5
102102 with :
103103 python-version : ${{ matrix.python-version }}
@@ -156,7 +156,7 @@ jobs:
156156 matrix :
157157 extension : ['tar.gz', 'whl']
158158 steps :
159- - uses : actions/checkout@v4
159+ - uses : actions/checkout@v5
160160 - uses : actions/setup-python@v5
161161 with :
162162 python-version : 3.13
@@ -183,7 +183,7 @@ jobs:
183183 matrix :
184184 python-version : ['3.10', '3.11', '3.11.1', '3.12', '3.13', '3.14-dev', 'pypy-3.10', 'pypy-3.11']
185185 steps :
186- - uses : actions/checkout@v4
186+ - uses : actions/checkout@v5
187187 - uses : actions/setup-python@v5
188188 with :
189189 python-version : ${{ matrix.python-version }}
0 commit comments