Skip to content

Commit abcc935

Browse files
Bump astral-sh/setup-uv from 5 to 6
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 5 to 6. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@v5...v6) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 32b0cb3 commit abcc935

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-macos.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ jobs:
132132
fail-on-cache-miss: true
133133

134134
- name: Install uv for speed
135-
uses: astral-sh/setup-uv@v5
135+
uses: astral-sh/setup-uv@v6
136136
with:
137137
version: "0.5.26"
138138

.github/workflows/build-windows.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
arch: ${{ matrix.msvc-dev-arch }}
5858

5959
- name: Install uv for speed
60-
uses: astral-sh/setup-uv@v5
60+
uses: astral-sh/setup-uv@v6
6161
with:
6262
version: "0.5.26"
6363

0 commit comments

Comments
 (0)