Skip to content

Commit 2bf1ba4

Browse files
Bump astral-sh/setup-uv from 3 to 4 in the all group (#327)
Bumps the all group with 1 update: [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv). Updates `astral-sh/setup-uv` from 3 to 4 - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@v3...v4) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-type: direct:production update-type: version-update:semver-major dependency-group: all ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 7ed2ea6 commit 2bf1ba4

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@v3
40+
uses: astral-sh/setup-uv@v4
4141
with:
4242
enable-cache: true
4343
cache-dependency-glob: "pyproject.toml"
@@ -94,7 +94,7 @@ jobs:
9494
with:
9595
fetch-depth: 0
9696
- name: Install the latest version of uv
97-
uses: astral-sh/setup-uv@v3
97+
uses: astral-sh/setup-uv@v4
9898
with:
9999
enable-cache: true
100100
cache-dependency-glob: "pyproject.toml"
@@ -138,7 +138,7 @@ jobs:
138138
with:
139139
fetch-depth: 0
140140
- name: Install the latest version of uv
141-
uses: astral-sh/setup-uv@v3
141+
uses: astral-sh/setup-uv@v4
142142
with:
143143
enable-cache: true
144144
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@v3
17+
uses: astral-sh/setup-uv@v4
1818
with:
1919
enable-cache: true
2020
cache-dependency-glob: "pyproject.toml"

0 commit comments

Comments
 (0)