3535 name : Dependency audit
3636 runs-on : ubuntu-latest
3737 steps :
38- - uses : actions/checkout@v4
38+ - uses : actions/checkout@v5
39394040 with :
4141 inputs : dev_requirements.txt
4646 name : Code linters
4747 runs-on : ubuntu-latest
4848 steps :
49- - uses : actions/checkout@v4
49+ - uses : actions/checkout@v5
5050 - uses : actions/setup-python@v5
5151 with :
5252 python-version : 3.9
8282 ACTIONS_ALLOW_UNSECURE_COMMANDS : true
8383 name : Redis ${{ matrix.redis-version }}; Python ${{ matrix.python-version }}; RESP Parser:${{matrix.parser-backend}}; EL:${{matrix.event-loop}}
8484 steps :
85- - uses : actions/checkout@v4
85+ - uses : actions/checkout@v5
8686 - name : Run tests
8787 uses : ./.github/actions/run-tests
8888 with :
@@ -106,7 +106,7 @@ jobs:
106106 ACTIONS_ALLOW_UNSECURE_COMMANDS : true
107107 name : Redis ${{ matrix.redis-version }}; Python ${{ matrix.python-version }}; RESP Parser:${{matrix.parser-backend}}; EL:${{matrix.event-loop}}
108108 steps :
109- - uses : actions/checkout@v4
109+ - uses : actions/checkout@v5
110110 - name : Run tests
111111 uses : ./.github/actions/run-tests
112112 with :
@@ -131,7 +131,7 @@ jobs:
131131 ACTIONS_ALLOW_UNSECURE_COMMANDS : true
132132 name : Redis ${{ matrix.redis-version }}; Python ${{ matrix.python-version }}; RESP Parser:${{matrix.parser-backend}} (${{ matrix.hiredis-version }}); EL:${{matrix.event-loop}}
133133 steps :
134- - uses : actions/checkout@v4
134+ - uses : actions/checkout@v5
135135 - name : Run tests
136136 uses : ./.github/actions/run-tests
137137 with :
@@ -156,7 +156,7 @@ jobs:
156156 ACTIONS_ALLOW_UNSECURE_COMMANDS : true
157157 name : Redis ${{ matrix.redis-version }}; Python ${{ matrix.python-version }}; RESP Parser:${{matrix.parser-backend}}; EL:${{matrix.event-loop}}
158158 steps :
159- - uses : actions/checkout@v4
159+ - uses : actions/checkout@v5
160160 - name : Run tests
161161 uses : ./.github/actions/run-tests
162162 with :
@@ -174,7 +174,7 @@ jobs:
174174 matrix :
175175 extension : ['tar.gz', 'whl']
176176 steps :
177- - uses : actions/checkout@v4
177+ - uses : actions/checkout@v5
178178 - uses : actions/setup-python@v5
179179 with :
180180 python-version : 3.9
@@ -193,7 +193,7 @@ jobs:
193193 matrix :
194194 python-version : ['3.9', '3.10', '3.11', '3.12', '3.13', 'pypy-3.9', 'pypy-3.10']
195195 steps :
196- - uses : actions/checkout@v4
196+ - uses : actions/checkout@v5
197197 - uses : actions/setup-python@v5
198198 with :
199199 python-version : ${{ matrix.python-version }}
0 commit comments