Skip to content

Commit 10aff1a

Browse files
dependabot[bot]tempusfrangit
authored andcommitted
Bump astral-sh/setup-uv from 3 to 6
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 3 to 6. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@v3...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] <[email protected]>
1 parent 3006368 commit 10aff1a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
# Minimum supported python here.
4545
- run: echo 'UV_PYTHON=3.9' | tee -a "${GITHUB_ENV}"
4646
- name: Setup uv
47-
uses: astral-sh/setup-uv@v3
47+
uses: astral-sh/setup-uv@v6
4848
- run: ./script/init.sh
4949

5050
- name: Setup Node.js for pyright

0 commit comments

Comments
 (0)