|
48 | 48 | with: |
49 | 49 | python-version: ${{ matrix.python_version }} |
50 | 50 | - name: Install uv |
51 | | - uses: astral-sh/setup-uv@v4 |
| 51 | + uses: astral-sh/setup-uv@v7 |
52 | 52 |
|
53 | 53 | - name: Install OS / deb dependencies |
54 | 54 | run: | |
|
91 | 91 | with: |
92 | 92 | python-version: ${{ matrix.python_version }} |
93 | 93 | - name: Install uv |
94 | | - uses: astral-sh/setup-uv@v4 |
| 94 | + uses: astral-sh/setup-uv@v7 |
95 | 95 |
|
96 | 96 | - name: Install OS / deb dependencies |
97 | 97 | run: | |
@@ -139,7 +139,7 @@ jobs: |
139 | 139 | with: |
140 | 140 | python-version: ${{ matrix.python_version }} |
141 | 141 | - name: Install uv |
142 | | - uses: astral-sh/setup-uv@v4 |
| 142 | + uses: astral-sh/setup-uv@v7 |
143 | 143 |
|
144 | 144 | - name: Install OS / deb dependencies |
145 | 145 | run: | |
@@ -187,7 +187,7 @@ jobs: |
187 | 187 | with: |
188 | 188 | python-version: ${{ matrix.python_version }} |
189 | 189 | - name: Install uv |
190 | | - uses: astral-sh/setup-uv@v4 |
| 190 | + uses: astral-sh/setup-uv@v7 |
191 | 191 | - name: Install OS / deb dependencies |
192 | 192 | run: | |
193 | 193 | sudo DEBIAN_FRONTEND=noninteractive apt-get update |
@@ -286,7 +286,7 @@ jobs: |
286 | 286 | with: |
287 | 287 | python-version: ${{ matrix.python_version }} |
288 | 288 | - name: Install uv |
289 | | - uses: astral-sh/setup-uv@v4 |
| 289 | + uses: astral-sh/setup-uv@v7 |
290 | 290 |
|
291 | 291 | - name: Install OS / deb dependencies |
292 | 292 | run: | |
@@ -362,7 +362,7 @@ jobs: |
362 | 362 | with: |
363 | 363 | python-version: ${{ matrix.python_version }} |
364 | 364 | - name: Install uv |
365 | | - uses: astral-sh/setup-uv@v4 |
| 365 | + uses: astral-sh/setup-uv@v7 |
366 | 366 |
|
367 | 367 | - name: Install OS / deb dependencies |
368 | 368 | run: | |
@@ -401,7 +401,7 @@ jobs: |
401 | 401 | with: |
402 | 402 | python-version: ${{ matrix.python_version }} |
403 | 403 | - name: Install uv |
404 | | - uses: astral-sh/setup-uv@v4 |
| 404 | + uses: astral-sh/setup-uv@v7 |
405 | 405 |
|
406 | 406 | - name: Print Environment Info |
407 | 407 | run: printenv | sort |
|
0 commit comments