Skip to content

Commit b7d72c0

Browse files
committed
build(deps): update astral-sh/setup-uv action to v9
1 parent f3eabff commit b7d72c0

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
with:
4848
fetch-depth: 0 # Needs all tags to compute dynamic version
4949
- name: Install uv
50-
uses: astral-sh/setup-uv@v8.3.2
50+
uses: astral-sh/setup-uv@v9.0.0
5151
with:
5252
version: ${{ env.UV_VERSION }}
5353
python-version: ${{ matrix.python-version }}

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
fetch-depth: 0
2121

2222
- name: Install uv
23-
uses: astral-sh/setup-uv@v8.3.2
23+
uses: astral-sh/setup-uv@v9.0.0
2424
with:
2525
version: ${{ env.UV_VERSION }}
2626

0 commit comments

Comments
 (0)