|
30 | 30 | |
31 | 31 | - name: Set up Python |
32 | 32 | id: python |
33 | | - uses: actions/setup-python@v5.5.0 |
| 33 | + uses: actions/setup-python@v5.6.0 |
34 | 34 | with: |
35 | 35 | python-version: ${{ env.DEFAULT_PYTHON }} |
36 | 36 | - name: Restore Python virtual environment |
|
73 | 73 | - name: Check out code from GitHub |
74 | 74 | |
75 | 75 | - name: Set up Python ${{ needs.prepare.outputs.python-version }} |
76 | | - uses: actions/setup-python@v5.5.0 |
| 76 | + uses: actions/setup-python@v5.6.0 |
77 | 77 | id: python |
78 | 78 | with: |
79 | 79 | python-version: ${{ needs.prepare.outputs.python-version }} |
@@ -119,7 +119,7 @@ jobs: |
119 | 119 | - name: Check out code from GitHub |
120 | 120 | |
121 | 121 | - name: Set up Python ${{ needs.prepare.outputs.python-version }} |
122 | | - uses: actions/setup-python@v5.5.0 |
| 122 | + uses: actions/setup-python@v5.6.0 |
123 | 123 | id: python |
124 | 124 | with: |
125 | 125 | python-version: ${{ needs.prepare.outputs.python-version }} |
@@ -165,7 +165,7 @@ jobs: |
165 | 165 | - name: Check out code from GitHub |
166 | 166 | |
167 | 167 | - name: Set up Python ${{ needs.prepare.outputs.python-version }} |
168 | | - uses: actions/setup-python@v5.5.0 |
| 168 | + uses: actions/setup-python@v5.6.0 |
169 | 169 | id: python |
170 | 170 | with: |
171 | 171 | python-version: ${{ needs.prepare.outputs.python-version }} |
@@ -254,7 +254,7 @@ jobs: |
254 | 254 | - name: Check out code from GitHub |
255 | 255 | |
256 | 256 | - name: Set up Python ${{ needs.prepare.outputs.python-version }} |
257 | | - uses: actions/setup-python@v5.5.0 |
| 257 | + uses: actions/setup-python@v5.6.0 |
258 | 258 | id: python |
259 | 259 | with: |
260 | 260 | python-version: ${{ needs.prepare.outputs.python-version }} |
@@ -305,7 +305,7 @@ jobs: |
305 | 305 | - name: Check out code from GitHub |
306 | 306 | |
307 | 307 | - name: Set up Python ${{ needs.prepare.outputs.python-version }} |
308 | | - uses: actions/setup-python@v5.5.0 |
| 308 | + uses: actions/setup-python@v5.6.0 |
309 | 309 | id: python |
310 | 310 | with: |
311 | 311 | python-version: ${{ needs.prepare.outputs.python-version }} |
|
0 commit comments