4141 runs-on : ubuntu-latest
4242 steps :
4343 - uses : actions/checkout@v4
44- - uses : actions/setup-python@v4
44+ - uses : actions/setup-python@v5
4545 with :
4646 python-version : 3.9
4747 cache : ' pip'
6565 name : Python ${{ matrix.python-version }} ${{matrix.test-type}}-${{matrix.connection-type}} tests
6666 steps :
6767 - uses : actions/checkout@v4
68- - uses : actions/setup-python@v4
68+ - uses : actions/setup-python@v5
6969 with :
7070 python-version : ${{ matrix.python-version }}
7171 cache : ' pip'
@@ -120,7 +120,7 @@ jobs:
120120 name : RESP3 [${{ matrix.python-version }} ${{matrix.test-type}}-${{matrix.connection-type}}]
121121 steps :
122122 - uses : actions/checkout@v4
123- - uses : actions/setup-python@v4
123+ - uses : actions/setup-python@v5
124124 with :
125125 python-version : ${{ matrix.python-version }}
126126 cache : ' pip'
@@ -147,7 +147,7 @@ jobs:
147147 extension : ['tar.gz', 'whl']
148148 steps :
149149 - uses : actions/checkout@v4
150- - uses : actions/setup-python@v4
150+ - uses : actions/setup-python@v5
151151 with :
152152 python-version : 3.9
153153 - name : Run installed unit tests
@@ -163,7 +163,7 @@ jobs:
163163 python-version : ['3.8', '3.9', '3.10', '3.11', 'pypy-3.8', 'pypy-3.9']
164164 steps :
165165 - uses : actions/checkout@v4
166- - uses : actions/setup-python@v4
166+ - uses : actions/setup-python@v5
167167 with :
168168 python-version : ${{ matrix.python-version }}
169169 cache : ' pip'
0 commit comments