2929 name : Dependency audit
3030 runs-on : ubuntu-latest
3131 steps :
32- - uses : actions/checkout@v3
32+ - uses : actions/checkout@v4
3333 - uses : pypa/gh-action-pip-audit@v1.0.8
3434 with :
3535 inputs : requirements.txt dev_requirements.txt
4040 name : Code linters
4141 runs-on : ubuntu-latest
4242 steps :
43- - uses : actions/checkout@v3
43+ - uses : actions/checkout@v4
4444 - uses : actions/setup-python@v4
4545 with :
4646 python-version : 3.9
6464 ACTIONS_ALLOW_UNSECURE_COMMANDS : true
6565 name : Python ${{ matrix.python-version }} ${{matrix.test-type}}-${{matrix.connection-type}} tests
6666 steps :
67- - uses : actions/checkout@v3
67+ - uses : actions/checkout@v4
6868 - uses : actions/setup-python@v4
6969 with :
7070 python-version : ${{ matrix.python-version }}
@@ -119,7 +119,7 @@ jobs:
119119 ACTIONS_ALLOW_UNSECURE_COMMANDS : true
120120 name : RESP3 [${{ matrix.python-version }} ${{matrix.test-type}}-${{matrix.connection-type}}]
121121 steps :
122- - uses : actions/checkout@v3
122+ - uses : actions/checkout@v4
123123 - uses : actions/setup-python@v4
124124 with :
125125 python-version : ${{ matrix.python-version }}
@@ -146,7 +146,7 @@ jobs:
146146 matrix :
147147 extension : ['tar.gz', 'whl']
148148 steps :
149- - uses : actions/checkout@v3
149+ - uses : actions/checkout@v4
150150 - uses : actions/setup-python@v4
151151 with :
152152 python-version : 3.9
@@ -162,7 +162,7 @@ jobs:
162162 matrix :
163163 python-version : ['3.7', '3.8', '3.9', '3.10', '3.11', 'pypy-3.7', 'pypy-3.8', 'pypy-3.9']
164164 steps :
165- - uses : actions/checkout@v3
165+ - uses : actions/checkout@v4
166166 - uses : actions/setup-python@v4
167167 with :
168168 python-version : ${{ matrix.python-version }}
0 commit comments