|
74 | 74 | with:
|
75 | 75 | persist-credentials: false
|
76 | 76 | - name: Set up Python ${{ matrix.python-version }}
|
77 |
| - uses: actions/setup-python@v5 |
| 77 | + uses: actions/setup-python@v6 |
78 | 78 | id: sp
|
79 | 79 | with:
|
80 | 80 | python-version: ${{ matrix.python-version }}
|
@@ -135,7 +135,7 @@ jobs:
|
135 | 135 | with:
|
136 | 136 | persist-credentials: false
|
137 | 137 | - name: Set up Python ${{ matrix.python-version }}
|
138 |
| - uses: actions/setup-python@v5 |
| 138 | + uses: actions/setup-python@v6 |
139 | 139 | id: sp
|
140 | 140 | with:
|
141 | 141 | python-version: ${{ matrix.python-version }}
|
@@ -194,7 +194,7 @@ jobs:
|
194 | 194 | with:
|
195 | 195 | persist-credentials: false
|
196 | 196 | - name: Set up Python ${{ matrix.python-version }}
|
197 |
| - uses: actions/setup-python@v5 |
| 197 | + uses: actions/setup-python@v6 |
198 | 198 | id: sp
|
199 | 199 | with:
|
200 | 200 | python-version: ${{ matrix.python-version }}
|
@@ -273,7 +273,7 @@ jobs:
|
273 | 273 | with:
|
274 | 274 | persist-credentials: false
|
275 | 275 | - name: Set up Python ${{ matrix.python-version }}
|
276 |
| - uses: actions/setup-python@v5 |
| 276 | + uses: actions/setup-python@v6 |
277 | 277 | id: sp
|
278 | 278 | with:
|
279 | 279 | python-version: ${{ matrix.python-version }}
|
@@ -332,7 +332,7 @@ jobs:
|
332 | 332 | with:
|
333 | 333 | persist-credentials: false
|
334 | 334 | - name: Set up Python ${{ matrix.python-version }}
|
335 |
| - uses: actions/setup-python@v5 |
| 335 | + uses: actions/setup-python@v6 |
336 | 336 | id: sp
|
337 | 337 | with:
|
338 | 338 | python-version: ${{ matrix.python-version }}
|
@@ -394,7 +394,7 @@ jobs:
|
394 | 394 | with:
|
395 | 395 | persist-credentials: false
|
396 | 396 | - name: Set up Python ${{ matrix.python-version }}
|
397 |
| - uses: actions/setup-python@v5 |
| 397 | + uses: actions/setup-python@v6 |
398 | 398 | id: sp
|
399 | 399 | with:
|
400 | 400 | python-version: ${{ matrix.python-version }}
|
@@ -459,7 +459,7 @@ jobs:
|
459 | 459 | with:
|
460 | 460 | persist-credentials: false
|
461 | 461 | - name: Set up Python ${{ matrix.python-version }}
|
462 |
| - uses: actions/setup-python@v5 |
| 462 | + uses: actions/setup-python@v6 |
463 | 463 | id: sp
|
464 | 464 | with:
|
465 | 465 | python-version: ${{ matrix.python-version }}
|
@@ -530,7 +530,7 @@ jobs:
|
530 | 530 | with:
|
531 | 531 | persist-credentials: false
|
532 | 532 | - name: Set up Python ${{ matrix.python-version }}
|
533 |
| - uses: actions/setup-python@v5 |
| 533 | + uses: actions/setup-python@v6 |
534 | 534 | id: sp
|
535 | 535 | with:
|
536 | 536 | python-version: ${{ matrix.python-version }}
|
@@ -591,7 +591,7 @@ jobs:
|
591 | 591 | with:
|
592 | 592 | persist-credentials: false
|
593 | 593 | - name: Set up Python ${{ matrix.python-version }}
|
594 |
| - uses: actions/setup-python@v5 |
| 594 | + uses: actions/setup-python@v6 |
595 | 595 | id: sp
|
596 | 596 | with:
|
597 | 597 | python-version: ${{ matrix.python-version }}
|
@@ -660,7 +660,7 @@ jobs:
|
660 | 660 | with:
|
661 | 661 | persist-credentials: false
|
662 | 662 | - name: Set up Python ${{ matrix.python-version }}
|
663 |
| - uses: actions/setup-python@v5 |
| 663 | + uses: actions/setup-python@v6 |
664 | 664 | id: sp
|
665 | 665 | with:
|
666 | 666 | python-version: ${{ matrix.python-version }}
|
@@ -734,7 +734,7 @@ jobs:
|
734 | 734 | with:
|
735 | 735 | persist-credentials: false
|
736 | 736 | - name: Set up Python ${{ matrix.python-version }}
|
737 |
| - uses: actions/setup-python@v5 |
| 737 | + uses: actions/setup-python@v6 |
738 | 738 | id: sp
|
739 | 739 | with:
|
740 | 740 | python-version: ${{ matrix.python-version }}
|
@@ -810,7 +810,7 @@ jobs:
|
810 | 810 | - uses: actions/checkout@v5
|
811 | 811 | with:
|
812 | 812 | persist-credentials: false
|
813 |
| - - uses: actions/setup-python@v5 |
| 813 | + - uses: actions/setup-python@v6 |
814 | 814 | id: sp
|
815 | 815 | - name: Install uv
|
816 | 816 | uses: astral-sh/setup-uv@v6
|
|
0 commit comments