Skip to content

Commit 8fedd25

Browse files
authored
Use uv 0.10.8 for internal workflows (#18354)
This should resolve GitHub Python download flakes
1 parent 03b4d8a commit 8fedd25

File tree

5 files changed

+9
-9
lines changed

5 files changed

+9
-9
lines changed

.github/workflows/check-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
persist-credentials: false
1616
- uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3.1
1717
with:
18-
version: "0.10.7"
18+
version: "0.10.8"
1919

2020
- uses: actions/setup-python@a309ff8b426b58ec0e2a45f0f869d46889d02405 # v6.2.0
2121
- uses: Swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 # v2.8.2

.github/workflows/check-fmt.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,5 +34,5 @@ jobs:
3434
- name: "Install uv"
3535
uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3.1
3636
with:
37-
version: "0.10.7"
37+
version: "0.10.8"
3838
- run: uvx ruff format --diff .

.github/workflows/check-lint.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
- name: "Install uv"
2929
uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3.1
3030
with:
31-
version: "0.10.7"
31+
version: "0.10.8"
3232
- run: uvx ruff check .
3333

3434
ty:
@@ -41,7 +41,7 @@ jobs:
4141
- name: "Install uv"
4242
uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3.1
4343
with:
44-
version: "0.10.7"
44+
version: "0.10.8"
4545
- run: |
4646
uvx ty check python/uv
4747
uvx \
@@ -75,7 +75,7 @@ jobs:
7575
- name: "Install uv"
7676
uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3.1
7777
with:
78-
version: "0.10.7"
78+
version: "0.10.8"
7979
- run: uvx --from 'validate-pyproject[all,store]' validate-pyproject pyproject.toml
8080

8181
readme:

.github/workflows/publish-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
- name: "Install uv"
7474
uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3.1
7575
with:
76-
version: "0.10.7"
76+
version: "0.10.8"
7777

7878
- name: "Build docs"
7979
run: uv run --only-group docs mkdocs build --strict -f mkdocs.yml

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
- uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3.1
4747
with:
48-
version: "0.10.7"
48+
version: "0.10.8"
4949

5050
- name: "Install required Python versions"
5151
run: uv python install
@@ -131,7 +131,7 @@ jobs:
131131
132132
- uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3.1
133133
with:
134-
version: "0.10.7"
134+
version: "0.10.8"
135135

136136
- name: "Install required Python versions"
137137
run: uv python install
@@ -182,7 +182,7 @@ jobs:
182182
183183
- uses: astral-sh/setup-uv@5a095e7a2014a4212f075830d4f7277575a9d098 # v7.3.1
184184
with:
185-
version: "0.10.7"
185+
version: "0.10.8"
186186

187187
- name: "Install required Python versions"
188188
run: uv python install

0 commit comments

Comments
 (0)