66 Pre-Commit :
77 runs-on : ubuntu-latest
88 steps :
9- - uses : actions/checkout@v3
9+ - uses : actions/checkout@v4
1010 - name : Set up Python
11- uses : actions/setup-python@v4
11+ uses : actions/setup-python@v5
1212 with :
1313 python-version : 3.9
1414 - name : Set Cache Key
1717 run : |
1818 sudo apt-get update
1919 sudo apt-get install -y libxml2 libxml2-dev libxslt-dev
20- - uses : actions/cache@v3
20+ - uses : actions/cache@v4
2121 with :
2222 path : ~/.cache/pre-commit
2323 key : pre-commit|${{ env.PY }}|${{ hashFiles('.pre-commit-config.yaml') }}
2828 needs : Pre-Commit
2929
3030 steps :
31- - uses : actions/checkout@v3
31+ - uses : actions/checkout@v4
3232 - name : Setup Python
33- uses : actions/setup-python@v4
33+ uses : actions/setup-python@v5
3434 with :
3535 python-version : 3.9
3636 - name : Install Nox
@@ -49,10 +49,10 @@ jobs:
4949 timeout-minutes : 10
5050
5151 steps :
52- - uses : actions/checkout@v3
52+ - uses : actions/checkout@v4
5353
5454 - name : Set up Python 3.9 For Nox
55- uses : actions/setup-python@v4
55+ uses : actions/setup-python@v5
5656 with :
5757 python-version : 3.9
5858
@@ -78,10 +78,10 @@ jobs:
7878 timeout-minutes : 10
7979
8080 steps :
81- - uses : actions/checkout@v3
81+ - uses : actions/checkout@v4
8282
8383 - name : Set up Python 3.9 For Nox
84- uses : actions/setup-python@v4
84+ uses : actions/setup-python@v5
8585 with :
8686 python-version : 3.9
8787
@@ -120,10 +120,10 @@ jobs:
120120 - " 8.0.0"
121121
122122 steps :
123- - uses : actions/checkout@v3
123+ - uses : actions/checkout@v4
124124
125125 - name : Set up Python ${{ matrix.python-version }}
126- uses : actions/setup-python@v4
126+ uses : actions/setup-python@v5
127127 with :
128128 python-version : ${{ matrix.python-version }}
129129
@@ -168,7 +168,7 @@ jobs:
168168
169169 - name : Upload Logs
170170 if : always()
171- uses : actions/upload-artifact@v3
171+ uses : actions/upload-artifact@v4
172172 with :
173173 name : runtests-${{ runner.os }}-Py${{ matrix.python-version}}-PyTest${{ matrix.pytest-version }}.log
174174 path : artifacts/runtests-*.log
@@ -193,10 +193,10 @@ jobs:
193193 - " 8.0.0"
194194
195195 steps :
196- - uses : actions/checkout@v3
196+ - uses : actions/checkout@v4
197197
198198 - name : Set up Python ${{ matrix.python-version }}
199- uses : actions/setup-python@v4
199+ uses : actions/setup-python@v5
200200 with :
201201 python-version : ${{ matrix.python-version }}
202202
@@ -245,7 +245,7 @@ jobs:
245245
246246 - name : Upload Logs
247247 if : always()
248- uses : actions/upload-artifact@v3
248+ uses : actions/upload-artifact@v4
249249 with :
250250 name : runtests-${{ runner.os }}-Py${{ matrix.python-version}}-PyTest${{ matrix.pytest-version }}.log
251251 path : artifacts/runtests-*.log
@@ -270,10 +270,10 @@ jobs:
270270 - " 8.0.0"
271271
272272 steps :
273- - uses : actions/checkout@v3
273+ - uses : actions/checkout@v4
274274
275275 - name : Set up Python ${{ matrix.python-version }}
276- uses : actions/setup-python@v4
276+ uses : actions/setup-python@v5
277277 with :
278278 python-version : ${{ matrix.python-version }}
279279
@@ -318,7 +318,7 @@ jobs:
318318
319319 - name : Upload Logs
320320 if : always()
321- uses : actions/upload-artifact@v3
321+ uses : actions/upload-artifact@v4
322322 with :
323323 name : runtests-${{ runner.os }}-Py${{ matrix.python-version}}-PyTest${{ matrix.pytest-version }}.log
324324 path : artifacts/runtests-*.log
@@ -334,11 +334,11 @@ jobs:
334334 - Windows
335335 - macOS
336336 steps :
337- - uses : actions/checkout@v3
337+ - uses : actions/checkout@v4
338338 with :
339339 fetch-depth : 0
340340 - name : Set up Python
341- uses : actions/setup-python@v4
341+ uses : actions/setup-python@v5
342342 with :
343343 python-version : 3.9
344344 - name : Install Nox
@@ -355,4 +355,4 @@ jobs:
355355 user : __token__
356356 password : ${{ secrets.TEST_PYPI_TOKEN }}
357357 repository_url : https://test.pypi.org/legacy/
358- print_hash : true
358+ print-hash : true
0 commit comments