Skip to content

Commit 1f28422

Browse files
Bump astral-sh/setup-uv from 6 to 7 (#3620)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 01442da commit 1f28422

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/check.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
with:
3939
fetch-depth: 0
4040
- name: Install the latest version of uv
41-
uses: astral-sh/setup-uv@v6
41+
uses: astral-sh/setup-uv@v7
4242
with:
4343
enable-cache: true
4444
cache-dependency-glob: "pyproject.toml"
@@ -79,7 +79,7 @@ jobs:
7979
with:
8080
fetch-depth: 0
8181
- name: Install the latest version of uv
82-
uses: astral-sh/setup-uv@v6
82+
uses: astral-sh/setup-uv@v7
8383
with:
8484
enable-cache: true
8585
cache-dependency-glob: "pyproject.toml"

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
with:
1616
fetch-depth: 0
1717
- name: Install the latest version of uv
18-
uses: astral-sh/setup-uv@v6
18+
uses: astral-sh/setup-uv@v7
1919
with:
2020
enable-cache: true
2121
cache-dependency-glob: "pyproject.toml"

0 commit comments

Comments
 (0)