Skip to content

Commit e669e74

Browse files
github/workflows: Update setup-uv to v0.9.18
1 parent b6aa270 commit e669e74

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test-and-publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Install uv
3030
uses: astral-sh/setup-uv@v6
3131
with:
32-
version: 0.8.22
32+
version: 0.9.18
3333
python-version: ${{ matrix.python-version }}
3434
enable-cache: true
3535
cache-suffix: test-and-publish
@@ -56,7 +56,7 @@ jobs:
5656
- name: Install uv
5757
uses: astral-sh/setup-uv@v6
5858
with:
59-
version: 0.8.22
59+
version: 0.9.18
6060
python-version: ${{ matrix.python-version }}
6161
enable-cache: true
6262
cache-suffix: test-and-publish
@@ -89,7 +89,7 @@ jobs:
8989
- name: Install uv
9090
uses: astral-sh/setup-uv@v6
9191
with:
92-
version: 0.8.22
92+
version: 0.9.18
9393
enable-cache: true
9494
cache-suffix: pre-commit
9595
cache-dependency-glob: uv.lock

0 commit comments

Comments
 (0)