@@ -28,12 +28,12 @@ jobs:
28282929 - name : Set up Python
3030 id : python
31- uses : actions/setup-python@v5.4 .0
31+ uses : actions/setup-python@v5.5 .0
3232 with :
3333 python-version : ${{ env.DEFAULT_PYTHON }}
3434 - name : Restore Python virtual environment
3535 id : cache-venv
36- 36+ 3737 with :
3838 path : venv
3939 key : |
4747 pip install -r requirements.txt -r requirements_tests.txt
4848 - name : Restore pre-commit environment from cache
4949 id : cache-precommit
50- 50+ 5151 with :
5252 path : ${{ env.PRE_COMMIT_CACHE }}
5353 lookup-only : true
@@ -69,13 +69,13 @@ jobs:
6969 - name : Check out code from GitHub
70707171 - name : Set up Python ${{ needs.prepare.outputs.python-version }}
72- uses : actions/setup-python@v5.4 .0
72+ uses : actions/setup-python@v5.5 .0
7373 id : python
7474 with :
7575 python-version : ${{ needs.prepare.outputs.python-version }}
7676 - name : Restore Python virtual environment
7777 id : cache-venv
78- 78+ 7979 with :
8080 path : venv
8181 key : |
8787 exit 1
8888 - name : Restore pre-commit environment from cache
8989 id : cache-precommit
90- 90+ 9191 with :
9292 path : ${{ env.PRE_COMMIT_CACHE }}
9393 key : |
@@ -112,13 +112,13 @@ jobs:
112112 - name : Check out code from GitHub
113113114114 - name : Set up Python ${{ needs.prepare.outputs.python-version }}
115- uses : actions/setup-python@v5.4 .0
115+ uses : actions/setup-python@v5.5 .0
116116 id : python
117117 with :
118118 python-version : ${{ needs.prepare.outputs.python-version }}
119119 - name : Restore Python virtual environment
120120 id : cache-venv
121- 121+ 122122 with :
123123 path : venv
124124 key : |
@@ -130,7 +130,7 @@ jobs:
130130 exit 1
131131 - name : Restore pre-commit environment from cache
132132 id : cache-precommit
133- 133+ 134134 with :
135135 path : ${{ env.PRE_COMMIT_CACHE }}
136136 key : |
@@ -170,13 +170,13 @@ jobs:
170170 - name : Check out code from GitHub
171171172172 - name : Set up Python ${{ needs.prepare.outputs.python-version }}
173- uses : actions/setup-python@v5.4 .0
173+ uses : actions/setup-python@v5.5 .0
174174 id : python
175175 with :
176176 python-version : ${{ needs.prepare.outputs.python-version }}
177177 - name : Restore Python virtual environment
178178 id : cache-venv
179- 179+ 180180 with :
181181 path : venv
182182 key : |
@@ -188,7 +188,7 @@ jobs:
188188 exit 1
189189 - name : Restore pre-commit environment from cache
190190 id : cache-precommit
191- 191+ 192192 with :
193193 path : ${{ env.PRE_COMMIT_CACHE }}
194194 key : |
@@ -214,13 +214,13 @@ jobs:
214214 - name : Check out code from GitHub
215215216216 - name : Set up Python ${{ needs.prepare.outputs.python-version }}
217- uses : actions/setup-python@v5.4 .0
217+ uses : actions/setup-python@v5.5 .0
218218 id : python
219219 with :
220220 python-version : ${{ needs.prepare.outputs.python-version }}
221221 - name : Restore Python virtual environment
222222 id : cache-venv
223- 223+ 224224 with :
225225 path : venv
226226 key : |
@@ -232,7 +232,7 @@ jobs:
232232 exit 1
233233 - name : Restore pre-commit environment from cache
234234 id : cache-precommit
235- 235+ 236236 with :
237237 path : ${{ env.PRE_COMMIT_CACHE }}
238238 key : |
@@ -258,13 +258,13 @@ jobs:
258258 - name : Check out code from GitHub
259259260260 - name : Set up Python ${{ needs.prepare.outputs.python-version }}
261- uses : actions/setup-python@v5.4 .0
261+ uses : actions/setup-python@v5.5 .0
262262 id : python
263263 with :
264264 python-version : ${{ needs.prepare.outputs.python-version }}
265265 - name : Restore Python virtual environment
266266 id : cache-venv
267- 267+ 268268 with :
269269 path : venv
270270 key : |
@@ -294,7 +294,7 @@ jobs:
294294 - name : Check out code from GitHub
295295296296 - name : Set up Python ${{ needs.prepare.outputs.python-version }}
297- uses : actions/setup-python@v5.4 .0
297+ uses : actions/setup-python@v5.5 .0
298298 id : python
299299 with :
300300 python-version : ${{ needs.prepare.outputs.python-version }}
@@ -304,7 +304,7 @@ jobs:
304304 cosign-release : " v2.4.0"
305305 - name : Restore Python virtual environment
306306 id : cache-venv
307- 307+ 308308 with :
309309 path : venv
310310 key : |
@@ -339,7 +339,7 @@ jobs:
339339 -o console_output_style=count \
340340 tests
341341 - name : Upload coverage artifact
342- 342+ 343343 with :
344344 name : coverage-${{ matrix.python-version }}
345345 path : .coverage
@@ -353,13 +353,13 @@ jobs:
353353 - name : Check out code from GitHub
354354355355 - name : Set up Python ${{ needs.prepare.outputs.python-version }}
356- uses : actions/setup-python@v5.4 .0
356+ uses : actions/setup-python@v5.5 .0
357357 id : python
358358 with :
359359 python-version : ${{ needs.prepare.outputs.python-version }}
360360 - name : Restore Python virtual environment
361361 id : cache-venv
362- 362+ 363363 with :
364364 path : venv
365365 key : |
@@ -370,7 +370,7 @@ jobs:
370370 echo "Failed to restore Python virtual environment from cache"
371371 exit 1
372372 - name : Download all coverage artifacts
373- uses : actions/download-artifact@v4.1.9
373+ uses : actions/download-artifact@v4.2.1
374374 - name : Combine coverage results
375375 run : |
376376 . venv/bin/activate
0 commit comments