41
41
runs-on : ubuntu-latest
42
42
steps :
43
43
- uses : actions/checkout@v4
44
- - uses : actions/setup-python@v4
44
+ - uses : actions/setup-python@v5
45
45
with :
46
46
python-version : 3.9
47
47
cache : ' pip'
65
65
name : Python ${{ matrix.python-version }} ${{matrix.test-type}}-${{matrix.connection-type}} tests
66
66
steps :
67
67
- uses : actions/checkout@v4
68
- - uses : actions/setup-python@v4
68
+ - uses : actions/setup-python@v5
69
69
with :
70
70
python-version : ${{ matrix.python-version }}
71
71
cache : ' pip'
@@ -120,7 +120,7 @@ jobs:
120
120
name : RESP3 [${{ matrix.python-version }} ${{matrix.test-type}}-${{matrix.connection-type}}]
121
121
steps :
122
122
- uses : actions/checkout@v4
123
- - uses : actions/setup-python@v4
123
+ - uses : actions/setup-python@v5
124
124
with :
125
125
python-version : ${{ matrix.python-version }}
126
126
cache : ' pip'
@@ -147,7 +147,7 @@ jobs:
147
147
extension : ['tar.gz', 'whl']
148
148
steps :
149
149
- uses : actions/checkout@v4
150
- - uses : actions/setup-python@v4
150
+ - uses : actions/setup-python@v5
151
151
with :
152
152
python-version : 3.9
153
153
- name : Run installed unit tests
@@ -163,7 +163,7 @@ jobs:
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
165
- uses : actions/checkout@v4
166
- - uses : actions/setup-python@v4
166
+ - uses : actions/setup-python@v5
167
167
with :
168
168
python-version : ${{ matrix.python-version }}
169
169
cache : ' pip'
0 commit comments