|
28 | 28 | |
29 | 29 | - name: Set up Python |
30 | 30 | id: python |
31 | | - uses: actions/setup-python@v5.5.0 |
| 31 | + uses: actions/setup-python@v5.6.0 |
32 | 32 | with: |
33 | 33 | python-version: ${{ env.DEFAULT_PYTHON }} |
34 | 34 | - name: Restore Python virtual environment |
|
69 | 69 | - name: Check out code from GitHub |
70 | 70 | |
71 | 71 | - name: Set up Python ${{ needs.prepare.outputs.python-version }} |
72 | | - uses: actions/setup-python@v5.5.0 |
| 72 | + uses: actions/setup-python@v5.6.0 |
73 | 73 | id: python |
74 | 74 | with: |
75 | 75 | python-version: ${{ needs.prepare.outputs.python-version }} |
@@ -112,7 +112,7 @@ jobs: |
112 | 112 | - name: Check out code from GitHub |
113 | 113 | |
114 | 114 | - name: Set up Python ${{ needs.prepare.outputs.python-version }} |
115 | | - uses: actions/setup-python@v5.5.0 |
| 115 | + uses: actions/setup-python@v5.6.0 |
116 | 116 | id: python |
117 | 117 | with: |
118 | 118 | python-version: ${{ needs.prepare.outputs.python-version }} |
@@ -170,7 +170,7 @@ jobs: |
170 | 170 | - name: Check out code from GitHub |
171 | 171 | |
172 | 172 | - name: Set up Python ${{ needs.prepare.outputs.python-version }} |
173 | | - uses: actions/setup-python@v5.5.0 |
| 173 | + uses: actions/setup-python@v5.6.0 |
174 | 174 | id: python |
175 | 175 | with: |
176 | 176 | python-version: ${{ needs.prepare.outputs.python-version }} |
@@ -214,7 +214,7 @@ jobs: |
214 | 214 | - name: Check out code from GitHub |
215 | 215 | |
216 | 216 | - name: Set up Python ${{ needs.prepare.outputs.python-version }} |
217 | | - uses: actions/setup-python@v5.5.0 |
| 217 | + uses: actions/setup-python@v5.6.0 |
218 | 218 | id: python |
219 | 219 | with: |
220 | 220 | python-version: ${{ needs.prepare.outputs.python-version }} |
@@ -258,7 +258,7 @@ jobs: |
258 | 258 | - name: Check out code from GitHub |
259 | 259 | |
260 | 260 | - name: Set up Python ${{ needs.prepare.outputs.python-version }} |
261 | | - uses: actions/setup-python@v5.5.0 |
| 261 | + uses: actions/setup-python@v5.6.0 |
262 | 262 | id: python |
263 | 263 | with: |
264 | 264 | python-version: ${{ needs.prepare.outputs.python-version }} |
@@ -294,7 +294,7 @@ jobs: |
294 | 294 | - name: Check out code from GitHub |
295 | 295 | |
296 | 296 | - name: Set up Python ${{ needs.prepare.outputs.python-version }} |
297 | | - uses: actions/setup-python@v5.5.0 |
| 297 | + uses: actions/setup-python@v5.6.0 |
298 | 298 | id: python |
299 | 299 | with: |
300 | 300 | python-version: ${{ needs.prepare.outputs.python-version }} |
@@ -353,7 +353,7 @@ jobs: |
353 | 353 | - name: Check out code from GitHub |
354 | 354 | |
355 | 355 | - name: Set up Python ${{ needs.prepare.outputs.python-version }} |
356 | | - uses: actions/setup-python@v5.5.0 |
| 356 | + uses: actions/setup-python@v5.6.0 |
357 | 357 | id: python |
358 | 358 | with: |
359 | 359 | python-version: ${{ needs.prepare.outputs.python-version }} |
|
0 commit comments