3838 name : Dependency audit
3939 runs-on : ubuntu-latest
4040 steps :
41- - uses : actions/checkout@v6
41+ - uses : actions/checkout@v7
4242 - uses : pypa/gh-action-pip-audit@v1.0.8
4343 with :
4444 inputs : dev_requirements.txt
5252 name : Code linters
5353 runs-on : ubuntu-latest
5454 steps :
55- - uses : actions/checkout@v6
55+ - uses : actions/checkout@v7
5656 - uses : actions/setup-python@v6
5757 with :
5858 python-version : " 3.10"
@@ -102,7 +102,7 @@ jobs:
102102 ACTIONS_ALLOW_UNSECURE_COMMANDS : true
103103 name : Redis ${{ matrix.redis-version }}; Python ${{ matrix.python-version }}; RESP Parser:${{matrix.parser-backend}}; EL:${{matrix.event-loop}}; Config:${{matrix.test-config}}
104104 steps :
105- - uses : actions/checkout@v6
105+ - uses : actions/checkout@v7
106106 - name : Run tests
107107 uses : ./.github/actions/run-tests
108108 with :
@@ -146,7 +146,7 @@ jobs:
146146 ACTIONS_ALLOW_UNSECURE_COMMANDS : true
147147 name : Redis ${{ matrix.redis-version }}; Python ${{ matrix.python-version }}; RESP Parser:${{matrix.parser-backend}}; EL:${{matrix.event-loop}}; Config:${{matrix.test-config}}
148148 steps :
149- - uses : actions/checkout@v6
149+ - uses : actions/checkout@v7
150150 - name : Run tests
151151 uses : ./.github/actions/run-tests
152152 with :
@@ -188,7 +188,7 @@ jobs:
188188 ACTIONS_ALLOW_UNSECURE_COMMANDS : true
189189 name : PyPy Redis ${{ matrix.redis-version }}; ${{ matrix.python-version }}; RESP Parser:${{matrix.parser-backend}}; EL:${{matrix.event-loop}}; Config:${{matrix.test-config}}
190190 steps :
191- - uses : actions/checkout@v6
191+ - uses : actions/checkout@v7
192192 - name : Run tests
193193 uses : ./.github/actions/run-tests
194194 with :
@@ -228,7 +228,7 @@ jobs:
228228 ACTIONS_ALLOW_UNSECURE_COMMANDS : true
229229 name : Redis ${{ matrix.redis-version }}; Python ${{ matrix.python-version }}; RESP Parser:${{matrix.parser-backend}} (${{ matrix.hiredis-version }}); EL:${{matrix.event-loop}}; Config:${{matrix.test-config}}
230230 steps :
231- - uses : actions/checkout@v6
231+ - uses : actions/checkout@v7
232232 - name : Run tests
233233 uses : ./.github/actions/run-tests
234234 with :
@@ -268,7 +268,7 @@ jobs:
268268 ACTIONS_ALLOW_UNSECURE_COMMANDS : true
269269 name : Redis ${{ matrix.redis-version }}; Python ${{ matrix.python-version }}; RESP Parser:${{matrix.parser-backend}}; EL:${{matrix.event-loop}}; Config:${{matrix.test-config}}
270270 steps :
271- - uses : actions/checkout@v6
271+ - uses : actions/checkout@v7
272272 - name : Run tests
273273 uses : ./.github/actions/run-tests
274274 with :
@@ -287,7 +287,7 @@ jobs:
287287 matrix :
288288 extension : ['tar.gz', 'whl']
289289 steps :
290- - uses : actions/checkout@v6
290+ - uses : actions/checkout@v7
291291 - uses : actions/setup-python@v6
292292 with :
293293 python-version : " 3.10"
@@ -306,7 +306,7 @@ jobs:
306306 matrix :
307307 python-version : ['3.10', '3.11', '3.12', '3.13', '3.14', 'pypy-3.10', 'pypy-3.11']
308308 steps :
309- - uses : actions/checkout@v6
309+ - uses : actions/checkout@v7
310310 - uses : actions/setup-python@v6
311311 with :
312312 python-version : ${{ matrix.python-version }}
0 commit comments