35
35
name : Dependency audit
36
36
runs-on : ubuntu-latest
37
37
steps :
38
- - uses : actions/checkout@v4
38
+ - uses : actions/checkout@v5
39
39
40
40
with :
41
41
inputs : dev_requirements.txt
46
46
name : Code linters
47
47
runs-on : ubuntu-latest
48
48
steps :
49
- - uses : actions/checkout@v4
49
+ - uses : actions/checkout@v5
50
50
- uses : actions/setup-python@v5
51
51
with :
52
52
python-version : 3.9
82
82
ACTIONS_ALLOW_UNSECURE_COMMANDS : true
83
83
name : Redis ${{ matrix.redis-version }}; Python ${{ matrix.python-version }}; RESP Parser:${{matrix.parser-backend}}; EL:${{matrix.event-loop}}
84
84
steps :
85
- - uses : actions/checkout@v4
85
+ - uses : actions/checkout@v5
86
86
- name : Run tests
87
87
uses : ./.github/actions/run-tests
88
88
with :
@@ -106,7 +106,7 @@ jobs:
106
106
ACTIONS_ALLOW_UNSECURE_COMMANDS : true
107
107
name : Redis ${{ matrix.redis-version }}; Python ${{ matrix.python-version }}; RESP Parser:${{matrix.parser-backend}}; EL:${{matrix.event-loop}}
108
108
steps :
109
- - uses : actions/checkout@v4
109
+ - uses : actions/checkout@v5
110
110
- name : Run tests
111
111
uses : ./.github/actions/run-tests
112
112
with :
@@ -131,7 +131,7 @@ jobs:
131
131
ACTIONS_ALLOW_UNSECURE_COMMANDS : true
132
132
name : Redis ${{ matrix.redis-version }}; Python ${{ matrix.python-version }}; RESP Parser:${{matrix.parser-backend}} (${{ matrix.hiredis-version }}); EL:${{matrix.event-loop}}
133
133
steps :
134
- - uses : actions/checkout@v4
134
+ - uses : actions/checkout@v5
135
135
- name : Run tests
136
136
uses : ./.github/actions/run-tests
137
137
with :
@@ -156,7 +156,7 @@ jobs:
156
156
ACTIONS_ALLOW_UNSECURE_COMMANDS : true
157
157
name : Redis ${{ matrix.redis-version }}; Python ${{ matrix.python-version }}; RESP Parser:${{matrix.parser-backend}}; EL:${{matrix.event-loop}}
158
158
steps :
159
- - uses : actions/checkout@v4
159
+ - uses : actions/checkout@v5
160
160
- name : Run tests
161
161
uses : ./.github/actions/run-tests
162
162
with :
@@ -174,7 +174,7 @@ jobs:
174
174
matrix :
175
175
extension : ['tar.gz', 'whl']
176
176
steps :
177
- - uses : actions/checkout@v4
177
+ - uses : actions/checkout@v5
178
178
- uses : actions/setup-python@v5
179
179
with :
180
180
python-version : 3.9
@@ -193,7 +193,7 @@ jobs:
193
193
matrix :
194
194
python-version : ['3.9', '3.10', '3.11', '3.12', '3.13', 'pypy-3.9', 'pypy-3.10']
195
195
steps :
196
- - uses : actions/checkout@v4
196
+ - uses : actions/checkout@v5
197
197
- uses : actions/setup-python@v5
198
198
with :
199
199
python-version : ${{ matrix.python-version }}
0 commit comments