Skip to content

Commit 23a9848

Browse files
Bump astral-sh/setup-uv from 4 to 5 (#387)
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 79a9583 commit 23a9848

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/check.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
with:
3838
fetch-depth: 0
3939
- name: Install the latest version of uv
40-
uses: astral-sh/setup-uv@v4
40+
uses: astral-sh/setup-uv@v5
4141
with:
4242
enable-cache: true
4343
cache-dependency-glob: "pyproject.toml"
@@ -87,7 +87,7 @@ jobs:
8787
with:
8888
fetch-depth: 0
8989
- name: Install the latest version of uv
90-
uses: astral-sh/setup-uv@v4
90+
uses: astral-sh/setup-uv@v5
9191
with:
9292
enable-cache: true
9393
cache-dependency-glob: "pyproject.toml"
@@ -137,7 +137,7 @@ jobs:
137137
with:
138138
fetch-depth: 0
139139
- name: Install the latest version of uv
140-
uses: astral-sh/setup-uv@v4
140+
uses: astral-sh/setup-uv@v5
141141
with:
142142
enable-cache: true
143143
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)