|
29 | 29 | |
30 | 30 | - name: Set up Python |
31 | 31 | id: python |
32 | | - uses: actions/setup-python@v5.6.0 |
| 32 | + uses: actions/setup-python@v6.0.0 |
33 | 33 | with: |
34 | 34 | python-version: ${{ env.DEFAULT_PYTHON }} |
35 | 35 | - name: Restore Python virtual environment |
|
70 | 70 | - name: Check out code from GitHub |
71 | 71 | |
72 | 72 | - name: Set up Python ${{ needs.prepare.outputs.python-version }} |
73 | | - uses: actions/setup-python@v5.6.0 |
| 73 | + uses: actions/setup-python@v6.0.0 |
74 | 74 | id: python |
75 | 75 | with: |
76 | 76 | python-version: ${{ needs.prepare.outputs.python-version }} |
@@ -113,7 +113,7 @@ jobs: |
113 | 113 | - name: Check out code from GitHub |
114 | 114 | |
115 | 115 | - name: Set up Python ${{ needs.prepare.outputs.python-version }} |
116 | | - uses: actions/setup-python@v5.6.0 |
| 116 | + uses: actions/setup-python@v6.0.0 |
117 | 117 | id: python |
118 | 118 | with: |
119 | 119 | python-version: ${{ needs.prepare.outputs.python-version }} |
@@ -171,7 +171,7 @@ jobs: |
171 | 171 | - name: Check out code from GitHub |
172 | 172 | |
173 | 173 | - name: Set up Python ${{ needs.prepare.outputs.python-version }} |
174 | | - uses: actions/setup-python@v5.6.0 |
| 174 | + uses: actions/setup-python@v6.0.0 |
175 | 175 | id: python |
176 | 176 | with: |
177 | 177 | python-version: ${{ needs.prepare.outputs.python-version }} |
@@ -215,7 +215,7 @@ jobs: |
215 | 215 | - name: Check out code from GitHub |
216 | 216 | |
217 | 217 | - name: Set up Python ${{ needs.prepare.outputs.python-version }} |
218 | | - uses: actions/setup-python@v5.6.0 |
| 218 | + uses: actions/setup-python@v6.0.0 |
219 | 219 | id: python |
220 | 220 | with: |
221 | 221 | python-version: ${{ needs.prepare.outputs.python-version }} |
@@ -259,7 +259,7 @@ jobs: |
259 | 259 | - name: Check out code from GitHub |
260 | 260 | |
261 | 261 | - name: Set up Python ${{ needs.prepare.outputs.python-version }} |
262 | | - uses: actions/setup-python@v5.6.0 |
| 262 | + uses: actions/setup-python@v6.0.0 |
263 | 263 | id: python |
264 | 264 | with: |
265 | 265 | python-version: ${{ needs.prepare.outputs.python-version }} |
@@ -295,7 +295,7 @@ jobs: |
295 | 295 | - name: Check out code from GitHub |
296 | 296 | |
297 | 297 | - name: Set up Python ${{ needs.prepare.outputs.python-version }} |
298 | | - uses: actions/setup-python@v5.6.0 |
| 298 | + uses: actions/setup-python@v6.0.0 |
299 | 299 | id: python |
300 | 300 | with: |
301 | 301 | python-version: ${{ needs.prepare.outputs.python-version }} |
@@ -341,7 +341,7 @@ jobs: |
341 | 341 | - name: Check out code from GitHub |
342 | 342 | |
343 | 343 | - name: Set up Python ${{ needs.prepare.outputs.python-version }} |
344 | | - uses: actions/setup-python@v5.6.0 |
| 344 | + uses: actions/setup-python@v6.0.0 |
345 | 345 | id: python |
346 | 346 | with: |
347 | 347 | python-version: ${{ needs.prepare.outputs.python-version }} |
@@ -400,7 +400,7 @@ jobs: |
400 | 400 | - name: Check out code from GitHub |
401 | 401 | |
402 | 402 | - name: Set up Python ${{ needs.prepare.outputs.python-version }} |
403 | | - uses: actions/setup-python@v5.6.0 |
| 403 | + uses: actions/setup-python@v6.0.0 |
404 | 404 | id: python |
405 | 405 | with: |
406 | 406 | python-version: ${{ needs.prepare.outputs.python-version }} |
@@ -428,4 +428,4 @@ jobs: |
428 | 428 | coverage report |
429 | 429 | coverage xml |
430 | 430 | - name: Upload coverage to Codecov |
431 | | - |
| 431 | + |
0 commit comments