Skip to content

Commit b06acf6

Browse files
Update dependency astral-sh/uv to v0.10.2 (#18034)
1 parent 8430dfb commit b06acf6

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
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@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0
1717
with:
18-
version: "0.10.1"
18+
version: "0.10.2"
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@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0
3636
with:
37-
version: "0.10.1"
37+
version: "0.10.2"
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@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0
3030
with:
31-
version: "0.10.1"
31+
version: "0.10.2"
3232
- run: uvx ruff check .
3333

3434
ty:
@@ -41,7 +41,7 @@ jobs:
4141
- name: "Install uv"
4242
uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0
4343
with:
44-
version: "0.10.1"
44+
version: "0.10.2"
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@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0
7777
with:
78-
version: "0.10.1"
78+
version: "0.10.2"
7979
- run: uvx --from 'validate-pyproject[all,store]' validate-pyproject pyproject.toml
8080

8181
readme:

.github/workflows/test.yml

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

4545
- uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0
4646
with:
47-
version: "0.10.1"
47+
version: "0.10.2"
4848

4949
- name: "Install required Python versions"
5050
run: uv python install
@@ -99,7 +99,7 @@ jobs:
9999

100100
- uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0
101101
with:
102-
version: "0.10.1"
102+
version: "0.10.2"
103103

104104
- name: "Install required Python versions"
105105
run: uv python install
@@ -145,7 +145,7 @@ jobs:
145145
146146
- uses: astral-sh/setup-uv@eac588ad8def6316056a12d4907a9d4d84ff7a3b # v7.3.0
147147
with:
148-
version: "0.10.1"
148+
version: "0.10.2"
149149

150150
- name: "Install required Python versions"
151151
run: uv python install

0 commit comments

Comments
 (0)