Skip to content

Commit 12ad6f6

Browse files
chore(deps): bump astral-sh/setup-uv from 6 to 7 (#1250)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bc74c0d commit 12ad6f6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
version: "latest"
3535

3636
- name: Install uv
37-
uses: astral-sh/setup-uv@v6
37+
uses: astral-sh/setup-uv@v7
3838
with:
3939
version: "0.8.2"
4040
python-version: ${{ matrix.python-version }}
@@ -99,7 +99,7 @@ jobs:
9999
fetch-depth: 0
100100

101101
- name: Install uv
102-
uses: astral-sh/setup-uv@v6
102+
uses: astral-sh/setup-uv@v7
103103
with:
104104
version: "0.8.2"
105105
python-version: "3.11"

0 commit comments

Comments
 (0)