|
29 | 29 | uses: actions/checkout@v5 |
30 | 30 | - name: Set up Python and determine minor version for ${{ env.DEFAULT_PYTHON }} |
31 | 31 | id: python |
32 | | - uses: actions/setup-python@v5 |
| 32 | + uses: actions/setup-python@v6 |
33 | 33 | with: |
34 | 34 | python-version: ${{ env.DEFAULT_PYTHON }} |
35 | 35 | - name: Compute cache key |
|
46 | 46 | uses: actions/checkout@v5 |
47 | 47 | - name: Set up Python ${{ needs.cache.outputs.python-version }} |
48 | 48 | id: python |
49 | | - uses: actions/setup-python@v5 |
| 49 | + uses: actions/setup-python@v6 |
50 | 50 | with: |
51 | 51 | python-version: ${{ needs.cache.outputs.python-version }} |
52 | 52 | - name: Create or reuse cache |
|
72 | 72 | persist-credentials: false |
73 | 73 | - name: Set up Python ${{ needs.cache.outputs.python-version }} |
74 | 74 | id: python |
75 | | - uses: actions/setup-python@v5 |
| 75 | + uses: actions/setup-python@v6 |
76 | 76 | with: |
77 | 77 | python-version: ${{ needs.cache.outputs.python-version }} |
78 | 78 | - name: Create or reuse cache |
@@ -113,7 +113,7 @@ jobs: |
113 | 113 | uses: actions/checkout@v5 |
114 | 114 | - name: Set up Python ${{ needs.cache.outputs.python-version }} |
115 | 115 | id: python |
116 | | - uses: actions/setup-python@v5 |
| 116 | + uses: actions/setup-python@v6 |
117 | 117 | with: |
118 | 118 | python-version: ${{ needs.cache.outputs.python-version }} |
119 | 119 | - name: Create or reuse cache |
@@ -153,7 +153,7 @@ jobs: |
153 | 153 | uses: actions/checkout@v5 |
154 | 154 | - name: Set up Python ${{ matrix.python-version }} |
155 | 155 | id: python |
156 | | - uses: actions/setup-python@v5 |
| 156 | + uses: actions/setup-python@v6 |
157 | 157 | with: |
158 | 158 | python-version: ${{ matrix.python-version }} |
159 | 159 | - name: Create or reuse cache |
@@ -192,7 +192,7 @@ jobs: |
192 | 192 | persist-credentials: false |
193 | 193 | - name: Set up Python ${{ needs.cache.outputs.python-version }} |
194 | 194 | id: python |
195 | | - uses: actions/setup-python@v5 |
| 195 | + uses: actions/setup-python@v6 |
196 | 196 | with: |
197 | 197 | python-version: ${{ needs.cache.outputs.python-version }} |
198 | 198 | - name: Create or reuse cache |
@@ -242,7 +242,7 @@ jobs: |
242 | 242 | uses: actions/checkout@v5 |
243 | 243 | - name: Set up Python ${{ needs.cache.outputs.python-version }} |
244 | 244 | id: python |
245 | | - uses: actions/setup-python@v5 |
| 245 | + uses: actions/setup-python@v6 |
246 | 246 | with: |
247 | 247 | python-version: ${{ needs.cache.outputs.python-version }} |
248 | 248 | - name: Create or reuse cache |
@@ -335,7 +335,7 @@ jobs: |
335 | 335 | uses: actions/checkout@v5 |
336 | 336 | - name: Set up Python ${{ needs.cache.outputs.python-version }} |
337 | 337 | id: python |
338 | | - uses: actions/setup-python@v5 |
| 338 | + uses: actions/setup-python@v6 |
339 | 339 | with: |
340 | 340 | python-version: ${{ needs.cache.outputs.python-version }} |
341 | 341 | - name: Create or reuse cache |
|
0 commit comments