Skip to content

Commit b68bc84

Browse files
Build(deps): Bump astral-sh/setup-uv from 3 to 4
Bumps [astral-sh/setup-uv](https://github.com/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 ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 7a1d744 commit b68bc84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-test-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@ jobs:
9494
if: matrix.source == 'sdist'
9595
run: tar --strip-components=1 -xzf dist/*.tar.gz
9696
- name: Install the latest version of uv
97-
uses: astral-sh/setup-uv@v3
97+
uses: astral-sh/setup-uv@v4
9898
- name: Set up Python ${{ matrix.python-version }}
9999
uses: actions/setup-python@v5
100100
with:

0 commit comments

Comments
 (0)