|
73 | 73 | if: runner.os == 'Windows' |
74 | 74 | run: powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex" |
75 | 75 | - name: Set up Python |
76 | | - uses: actions/setup-python@v5 |
| 76 | + uses: actions/setup-python@v6 |
77 | 77 | with: |
78 | 78 | python-version: "${{ env.MIN_PYTHON_VERSION }}" |
79 | 79 | - name: Build package |
@@ -115,7 +115,7 @@ jobs: |
115 | 115 | if: runner.os == 'Windows' |
116 | 116 | run: powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex" |
117 | 117 | - name: Set up Python |
118 | | - uses: actions/setup-python@v5 |
| 118 | + uses: actions/setup-python@v6 |
119 | 119 | with: |
120 | 120 | python-version: "3.11" |
121 | 121 | - name: Build package |
@@ -158,7 +158,7 @@ jobs: |
158 | 158 | poetry config virtualenvs.create true |
159 | 159 | poetry config virtualenvs.in-project true |
160 | 160 | - name: Set up Python |
161 | | - uses: actions/setup-python@v5 |
| 161 | + uses: actions/setup-python@v6 |
162 | 162 | with: |
163 | 163 | python-version: "${{ env.MIN_PYTHON_VERSION }}" |
164 | 164 | - name: Build package |
@@ -198,7 +198,7 @@ jobs: |
198 | 198 | poetry config virtualenvs.create true |
199 | 199 | poetry config virtualenvs.in-project true |
200 | 200 | - name: Set up Python |
201 | | - uses: actions/setup-python@v5 |
| 201 | + uses: actions/setup-python@v6 |
202 | 202 | with: |
203 | 203 | python-version: "3.11" |
204 | 204 | - name: Build package |
@@ -240,7 +240,7 @@ jobs: |
240 | 240 | if: runner.os == 'Windows' |
241 | 241 | run: powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex" |
242 | 242 | - name: Set up Python |
243 | | - uses: actions/setup-python@v5 |
| 243 | + uses: actions/setup-python@v6 |
244 | 244 | with: |
245 | 245 | python-version: "${{ env.MIN_PYTHON_VERSION }}" |
246 | 246 | - name: Build package |
@@ -289,7 +289,7 @@ jobs: |
289 | 289 | if: runner.os == 'Windows' |
290 | 290 | run: powershell -ExecutionPolicy ByPass -c "irm https://astral.sh/uv/install.ps1 | iex" |
291 | 291 | - name: Set up Python |
292 | | - uses: actions/setup-python@v5 |
| 292 | + uses: actions/setup-python@v6 |
293 | 293 | with: |
294 | 294 | python-version: "3.11" |
295 | 295 | - name: Build package |
@@ -326,7 +326,7 @@ jobs: |
326 | 326 | - name: Cache Rust dependencies |
327 | 327 | |
328 | 328 | - name: Set up Python |
329 | | - uses: actions/setup-python@v5 |
| 329 | + uses: actions/setup-python@v6 |
330 | 330 | with: |
331 | 331 | python-version: "${{ env.MIN_PYTHON_VERSION }}" |
332 | 332 | - name: Build package |
@@ -363,7 +363,7 @@ jobs: |
363 | 363 | - name: Cache Rust dependencies |
364 | 364 | |
365 | 365 | - name: Set up Python |
366 | | - uses: actions/setup-python@v5 |
| 366 | + uses: actions/setup-python@v6 |
367 | 367 | with: |
368 | 368 | python-version: "${{ env.MIN_PYTHON_VERSION }}" |
369 | 369 | - name: Build package |
|
0 commit comments