|
25 | 25 | uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 |
26 | 26 | - name: Set up Python ${{ env.DEFAULT_PYTHON }} |
27 | 27 | id: python |
28 | | - uses: actions/setup-python@v4 |
| 28 | + uses: actions/setup-python@v5 |
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@v4 |
| 79 | + uses: actions/setup-python@v5 |
80 | 80 | with: |
81 | 81 | python-version: ${{ env.DEFAULT_PYTHON }} |
82 | 82 | - name: Restore base Python ${{ env.DEFAULT_PYTHON }} virtual environment |
@@ -122,7 +122,7 @@ jobs: |
122 | 122 | uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 |
123 | 123 | - name: Set up Python ${{ env.DEFAULT_PYTHON }} |
124 | 124 | id: python |
125 | | - uses: actions/setup-python@v4 |
| 125 | + uses: actions/setup-python@v5 |
126 | 126 | with: |
127 | 127 | python-version: ${{ env.DEFAULT_PYTHON }} |
128 | 128 | - name: Restore base Python ${{ env.DEFAULT_PYTHON }} virtual environment |
@@ -173,7 +173,7 @@ jobs: |
173 | 173 | uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 |
174 | 174 | - name: Set up Python ${{ matrix.python-version }} |
175 | 175 | id: python |
176 | | - uses: actions/setup-python@v4 |
| 176 | + uses: actions/setup-python@v5 |
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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 |
214 | 214 | - name: Set up Python ${{ matrix.python-version }} |
215 | 215 | id: python |
216 | | - uses: actions/setup-python@v4 |
| 216 | + uses: actions/setup-python@v5 |
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@v4 |
| 254 | + uses: actions/setup-python@v5 |
255 | 255 | with: |
256 | 256 | python-version: ${{ env.DEFAULT_PYTHON }} |
257 | 257 | - name: Restore base Python ${{ env.DEFAULT_PYTHON }} virtual environment |
@@ -304,7 +304,7 @@ jobs: |
304 | 304 | uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 |
305 | 305 | - name: Set up Python ${{ env.DEFAULT_PYTHON }} |
306 | 306 | id: python |
307 | | - uses: actions/setup-python@v4 |
| 307 | + uses: actions/setup-python@v5 |
308 | 308 | with: |
309 | 309 | python-version: ${{ env.DEFAULT_PYTHON }} |
310 | 310 | - name: Restore base Python ${{ env.DEFAULT_PYTHON }} virtual environment |
@@ -342,7 +342,7 @@ jobs: |
342 | 342 | uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 |
343 | 343 | - name: Set up Python ${{ env.DEFAULT_PYTHON }} |
344 | 344 | id: python |
345 | | - uses: actions/setup-python@v4 |
| 345 | + uses: actions/setup-python@v5 |
346 | 346 | with: |
347 | 347 | python-version: ${{ env.DEFAULT_PYTHON }} |
348 | 348 | - name: Restore base Python ${{ env.DEFAULT_PYTHON }} virtual environment |
@@ -380,7 +380,7 @@ jobs: |
380 | 380 | uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 |
381 | 381 | - name: Set up Python ${{ env.DEFAULT_PYTHON }} |
382 | 382 | id: python |
383 | | - uses: actions/setup-python@v4 |
| 383 | + uses: actions/setup-python@v5 |
384 | 384 | with: |
385 | 385 | python-version: ${{ env.DEFAULT_PYTHON }} |
386 | 386 | - name: Restore base Python ${{ env.DEFAULT_PYTHON }} virtual environment |
|
0 commit comments