1313 lint :
1414 runs-on : ubuntu-latest
1515 steps :
16- - uses : actions/checkout@v2
16+ - uses : actions/checkout@v3
1717 - uses : actions/setup-python@v4
1818 - uses : pre-commit/action@v2.0.3
1919
6464 python-version : " 3.10"
6565 - name : Install tox
6666 run : python -m pip install tox
67- - uses : actions/checkout@v2
67+ - uses : actions/checkout@v3
6868 with :
6969 fetch-depth : 0
7070 - name : Use local virtualenv for tox
@@ -118,7 +118,7 @@ jobs:
118118 runs-on : ubuntu-latest
119119 needs : test
120120 steps :
121- - uses : actions/checkout@v2
121+ - uses : actions/checkout@v3
122122 with :
123123 fetch-depth : 0
124124 - uses : actions/setup-python@v4
@@ -164,7 +164,7 @@ jobs:
164164 - { os: windows-2022, tox_env: readme }
165165 - { os: windows-2022, tox_env: docs }
166166 steps :
167- - uses : actions/checkout@v2
167+ - uses : actions/checkout@v3
168168 with :
169169 fetch-depth : 0
170170 - name : Setup Python "3.10"
@@ -189,7 +189,7 @@ jobs:
189189 python-version : " 3.10"
190190 - name : Install https://pypi.org/project/build
191191 run : python -m pip install build
192- - uses : actions/checkout@v2
192+ - uses : actions/checkout@v3
193193 with :
194194 fetch-depth : 0
195195 - name : Build sdist and wheel
0 commit comments