|
25 | 25 | uses: actions/checkout@v3 |
26 | 26 | - name: Set up Python ${{ env.DEFAULT_PYTHON }} |
27 | 27 | id: python |
28 | | - uses: actions/setup-python@v3 |
| 28 | + uses: actions/setup-python@v4 |
29 | 29 | with: |
30 | 30 | python-version: ${{ env.DEFAULT_PYTHON }} |
31 | 31 | - name: Restore base Python ${{ env.DEFAULT_PYTHON }} virtual environment |
|
76 | 76 | persist-credentials: false |
77 | 77 | - name: Set up Python ${{ env.DEFAULT_PYTHON }} |
78 | 78 | id: python |
79 | | - uses: actions/setup-python@v3 |
| 79 | + uses: actions/setup-python@v4 |
80 | 80 | with: |
81 | 81 | python-version: ${{ env.DEFAULT_PYTHON }} |
82 | 82 | - name: Restore base Python ${{ env.DEFAULT_PYTHON }} virtual environment |
@@ -119,7 +119,7 @@ jobs: |
119 | 119 | uses: actions/checkout@v3 |
120 | 120 | - name: Set up Python ${{ env.DEFAULT_PYTHON }} |
121 | 121 | id: python |
122 | | - uses: actions/setup-python@v3 |
| 122 | + uses: actions/setup-python@v4 |
123 | 123 | with: |
124 | 124 | python-version: ${{ env.DEFAULT_PYTHON }} |
125 | 125 | - name: Restore base Python ${{ env.DEFAULT_PYTHON }} virtual environment |
@@ -173,7 +173,7 @@ jobs: |
173 | 173 | uses: actions/checkout@v3 |
174 | 174 | - name: Set up Python ${{ matrix.python-version }} |
175 | 175 | id: python |
176 | | - uses: actions/setup-python@v3 |
| 176 | + uses: actions/setup-python@v4 |
177 | 177 | with: |
178 | 178 | python-version: ${{ matrix.python-version }} |
179 | 179 | - name: Restore full Python ${{ matrix.python-version }} virtual environment |
@@ -213,7 +213,7 @@ jobs: |
213 | 213 | uses: actions/checkout@v3 |
214 | 214 | - name: Set up Python ${{ matrix.python-version }} |
215 | 215 | id: python |
216 | | - uses: actions/setup-python@v3 |
| 216 | + uses: actions/setup-python@v4 |
217 | 217 | with: |
218 | 218 | python-version: ${{ matrix.python-version }} |
219 | 219 | - name: Restore full Python ${{ matrix.python-version }} virtual environment |
@@ -251,7 +251,7 @@ jobs: |
251 | 251 | persist-credentials: false |
252 | 252 | - name: Set up Python ${{ env.DEFAULT_PYTHON }} |
253 | 253 | id: python |
254 | | - uses: actions/setup-python@v3 |
| 254 | + uses: actions/setup-python@v4 |
255 | 255 | with: |
256 | 256 | python-version: ${{ env.DEFAULT_PYTHON }} |
257 | 257 | - name: Restore base Python ${{ env.DEFAULT_PYTHON }} virtual environment |
@@ -292,7 +292,7 @@ jobs: |
292 | 292 | uses: actions/checkout@v3 |
293 | 293 | - name: Set up Python ${{ env.DEFAULT_PYTHON }} |
294 | 294 | id: python |
295 | | - uses: actions/setup-python@v3 |
| 295 | + uses: actions/setup-python@v4 |
296 | 296 | with: |
297 | 297 | python-version: ${{ env.DEFAULT_PYTHON }} |
298 | 298 | - name: Restore base Python ${{ env.DEFAULT_PYTHON }} virtual environment |
@@ -330,7 +330,7 @@ jobs: |
330 | 330 | uses: actions/checkout@v3 |
331 | 331 | - name: Set up Python ${{ env.DEFAULT_PYTHON }} |
332 | 332 | id: python |
333 | | - uses: actions/setup-python@v3 |
| 333 | + uses: actions/setup-python@v4 |
334 | 334 | with: |
335 | 335 | python-version: ${{ env.DEFAULT_PYTHON }} |
336 | 336 | - name: Restore base Python ${{ env.DEFAULT_PYTHON }} virtual environment |
@@ -368,7 +368,7 @@ jobs: |
368 | 368 | uses: actions/checkout@v3 |
369 | 369 | - name: Set up Python ${{ env.DEFAULT_PYTHON }} |
370 | 370 | id: python |
371 | | - uses: actions/setup-python@v3 |
| 371 | + uses: actions/setup-python@v4 |
372 | 372 | with: |
373 | 373 | python-version: ${{ env.DEFAULT_PYTHON }} |
374 | 374 | - name: Restore base Python ${{ env.DEFAULT_PYTHON }} virtual environment |
|
0 commit comments