Skip to content

Commit e3e77a6

Browse files
Bump astral-sh/setup-uv from 4 to 5 (#3463)
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 4 to 5. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@v4...v5) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent c0b490d commit e3e77a6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/check.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
fetch-depth: 0
3737
- name: Install the latest version of uv
38-
uses: astral-sh/setup-uv@v4
38+
uses: astral-sh/setup-uv@v5
3939
with:
4040
enable-cache: true
4141
cache-dependency-glob: "pyproject.toml"
@@ -76,7 +76,7 @@ jobs:
7676
with:
7777
fetch-depth: 0
7878
- name: Install the latest version of uv
79-
uses: astral-sh/setup-uv@v4
79+
uses: astral-sh/setup-uv@v5
8080
with:
8181
enable-cache: true
8282
cache-dependency-glob: "pyproject.toml"

.github/workflows/release.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
with:
1515
fetch-depth: 0
1616
- name: Install the latest version of uv
17-
uses: astral-sh/setup-uv@v4
17+
uses: astral-sh/setup-uv@v5
1818
with:
1919
enable-cache: true
2020
cache-dependency-glob: "pyproject.toml"

0 commit comments

Comments
 (0)