Skip to content

Commit aa9624b

Browse files
committed
Update uv version in CI workflows
1 parent 98b2558 commit aa9624b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/code_checks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
uses: astral-sh/setup-uv@1e862dfacbd1d6d858c55d9b792c756523627244
3636
with:
3737
# Install a specific version of uv.
38-
version: "0.8.22"
38+
version: "0.9.11"
3939
enable-cache: true
4040

4141
- name: "Set up Python"

.github/workflows/deploy-catalog.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
- name: Install uv
3636
uses: astral-sh/setup-uv@v7
3737
with:
38-
version: "0.8.22"
38+
version: "0.9.11"
3939
enable-cache: true
4040

4141
- name: Set up Python

0 commit comments

Comments
 (0)