Skip to content

Commit f56d260

Browse files
build(deps): bump astral-sh/setup-uv from 6 to 7 (#118)
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 6 to 7. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@v6...v7) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: '7' 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 b811689 commit f56d260

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
python-version: ${{ matrix.python-version }}
4141
allow-prereleases: true
4242

43-
- uses: astral-sh/setup-uv@v6
43+
- uses: astral-sh/setup-uv@v7
4444

4545
- name: Install tox
4646
run: uv tool install --with tox-gh-actions --with tox-uv tox

0 commit comments

Comments
 (0)