29
29
name : Dependency audit
30
30
runs-on : ubuntu-latest
31
31
steps :
32
- - uses : actions/checkout@v3
32
+ - uses : actions/checkout@v4
33
33
34
34
with :
35
35
inputs : requirements.txt dev_requirements.txt
40
40
name : Code linters
41
41
runs-on : ubuntu-latest
42
42
steps :
43
- - uses : actions/checkout@v3
43
+ - uses : actions/checkout@v4
44
44
- uses : actions/setup-python@v4
45
45
with :
46
46
python-version : 3.9
64
64
ACTIONS_ALLOW_UNSECURE_COMMANDS : true
65
65
name : Python ${{ matrix.python-version }} ${{matrix.test-type}}-${{matrix.connection-type}} tests
66
66
steps :
67
- - uses : actions/checkout@v3
67
+ - uses : actions/checkout@v4
68
68
- uses : actions/setup-python@v4
69
69
with :
70
70
python-version : ${{ matrix.python-version }}
@@ -119,7 +119,7 @@ jobs:
119
119
ACTIONS_ALLOW_UNSECURE_COMMANDS : true
120
120
name : RESP3 [${{ matrix.python-version }} ${{matrix.test-type}}-${{matrix.connection-type}}]
121
121
steps :
122
- - uses : actions/checkout@v3
122
+ - uses : actions/checkout@v4
123
123
- uses : actions/setup-python@v4
124
124
with :
125
125
python-version : ${{ matrix.python-version }}
@@ -146,7 +146,7 @@ jobs:
146
146
matrix :
147
147
extension : ['tar.gz', 'whl']
148
148
steps :
149
- - uses : actions/checkout@v3
149
+ - uses : actions/checkout@v4
150
150
- uses : actions/setup-python@v4
151
151
with :
152
152
python-version : 3.9
@@ -162,7 +162,7 @@ jobs:
162
162
matrix :
163
163
python-version : ['3.7', '3.8', '3.9', '3.10', '3.11', 'pypy-3.7', 'pypy-3.8', 'pypy-3.9']
164
164
steps :
165
- - uses : actions/checkout@v3
165
+ - uses : actions/checkout@v4
166
166
- uses : actions/setup-python@v4
167
167
with :
168
168
python-version : ${{ matrix.python-version }}
0 commit comments