|
32 | 32 | uses: actions/checkout@v5 |
33 | 33 |
|
34 | 34 | - name: Prepare python ${{ matrix.python-version }} |
35 | | - uses: actions/setup-python@v5 |
| 35 | + uses: actions/setup-python@v6 |
36 | 36 | with: |
37 | 37 | python-version: ${{ matrix.python-version }} |
38 | 38 |
|
|
71 | 71 | uses: actions/checkout@v5 |
72 | 72 |
|
73 | 73 | - name: Prepare python ${{ matrix.python-version }} |
74 | | - uses: actions/setup-python@v5 |
| 74 | + uses: actions/setup-python@v6 |
75 | 75 | with: |
76 | 76 | python-version: ${{ matrix.python-version }} |
77 | 77 |
|
@@ -107,7 +107,7 @@ jobs: |
107 | 107 | uses: actions/checkout@v5 |
108 | 108 |
|
109 | 109 | - name: Prepare python ${{ matrix.python-version }} |
110 | | - uses: actions/setup-python@v5 |
| 110 | + uses: actions/setup-python@v6 |
111 | 111 | with: |
112 | 112 | python-version: ${{ matrix.python-version }} |
113 | 113 |
|
@@ -140,7 +140,7 @@ jobs: |
140 | 140 | uses: actions/checkout@v5 |
141 | 141 |
|
142 | 142 | - name: Prepare python ${{ matrix.python-version }} |
143 | | - uses: actions/setup-python@v5 |
| 143 | + uses: actions/setup-python@v6 |
144 | 144 | with: |
145 | 145 | python-version: ${{ matrix.python-version }} |
146 | 146 |
|
@@ -184,7 +184,7 @@ jobs: |
184 | 184 | uses: actions/checkout@v5 |
185 | 185 |
|
186 | 186 | - name: Prepare python ${{ matrix.python-version }} |
187 | | - uses: actions/setup-python@v5 |
| 187 | + uses: actions/setup-python@v6 |
188 | 188 | with: |
189 | 189 | python-version: ${{ matrix.python-version }} |
190 | 190 |
|
@@ -230,7 +230,7 @@ jobs: |
230 | 230 | uses: actions/checkout@v5 |
231 | 231 |
|
232 | 232 | - name: Prepare python ${{ matrix.python-version }} |
233 | | - uses: actions/setup-python@v5 |
| 233 | + uses: actions/setup-python@v6 |
234 | 234 | with: |
235 | 235 | python-version: ${{ matrix.python-version }} |
236 | 236 |
|
@@ -266,7 +266,7 @@ jobs: |
266 | 266 | uses: actions/checkout@v5 |
267 | 267 |
|
268 | 268 | - name: Prepare python ${{ matrix.python-version }} |
269 | | - uses: actions/setup-python@v5 |
| 269 | + uses: actions/setup-python@v6 |
270 | 270 | with: |
271 | 271 | python-version: ${{ matrix.python-version }} |
272 | 272 |
|
@@ -302,7 +302,7 @@ jobs: |
302 | 302 | uses: actions/checkout@v5 |
303 | 303 |
|
304 | 304 | - name: Prepare python ${{ matrix.python-version }} |
305 | | - uses: actions/setup-python@v5 |
| 305 | + uses: actions/setup-python@v6 |
306 | 306 | with: |
307 | 307 | python-version: ${{ matrix.python-version }} |
308 | 308 |
|
@@ -338,7 +338,7 @@ jobs: |
338 | 338 | uses: actions/checkout@v5 |
339 | 339 |
|
340 | 340 | - name: Prepare python ${{ matrix.python-version }} |
341 | | - uses: actions/setup-python@v5 |
| 341 | + uses: actions/setup-python@v6 |
342 | 342 | with: |
343 | 343 | python-version: ${{ matrix.python-version }} |
344 | 344 |
|
@@ -370,7 +370,7 @@ jobs: |
370 | 370 | uses: actions/checkout@v5 |
371 | 371 |
|
372 | 372 | - name: Prepare python ${{ matrix.python-version }} |
373 | | - uses: actions/setup-python@v5 |
| 373 | + uses: actions/setup-python@v6 |
374 | 374 | with: |
375 | 375 | python-version: ${{ matrix.python-version }} |
376 | 376 |
|
@@ -403,7 +403,7 @@ jobs: |
403 | 403 | uses: actions/checkout@v5 |
404 | 404 |
|
405 | 405 | - name: Prepare python ${{ matrix.python-version }} |
406 | | - uses: actions/setup-python@v5 |
| 406 | + uses: actions/setup-python@v6 |
407 | 407 | with: |
408 | 408 | python-version: ${{ matrix.python-version }} |
409 | 409 |
|
@@ -433,7 +433,7 @@ jobs: |
433 | 433 | uses: actions/checkout@v5 |
434 | 434 |
|
435 | 435 | - name: Prepare python ${{ matrix.python-version }} |
436 | | - uses: actions/setup-python@v5 |
| 436 | + uses: actions/setup-python@v6 |
437 | 437 | with: |
438 | 438 | python-version: ${{ matrix.python-version }} |
439 | 439 |
|
|
0 commit comments