Skip to content

Commit c230255

Browse files
committed
bump uv
1 parent 2715282 commit c230255

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
- name: Install uv
4646
uses: astral-sh/setup-uv@v6
4747
with:
48-
version: "0.8.8"
48+
version: "0.10.0"
4949

5050
- name: Install dependencies
5151
run: |

.github/workflows/check-schema.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Install uv
2020
uses: astral-sh/setup-uv@v6
2121
with:
22-
version: "0.8.8"
22+
version: "0.10.0"
2323

2424
- name: Install dependencies
2525
run: |

.github/workflows/reusable-test.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- name: Install uv
3535
uses: astral-sh/setup-uv@v6
3636
with:
37-
version: "0.8.8"
37+
version: "0.10.0"
3838

3939
- name: Install dependencies for Python ${{ matrix.python-version }}
4040
run: |

.github/workflows/typing.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313
- name: Install uv
1414
uses: astral-sh/setup-uv@v6
1515
with:
16-
version: "0.8.8"
16+
version: "0.10.0"
1717

1818
- name: Install dependencies
1919
run: |

0 commit comments

Comments
 (0)