Skip to content

Commit adc4fa7

Browse files
chore(deps): bump astral-sh/setup-uv from 6 to 7
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] <[email protected]>
1 parent 9dc9bb0 commit adc4fa7

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
@@ -209,7 +209,7 @@ jobs:
209209
submodules: recursive
210210
fetch-depth: 0
211211
- name: Install the latest version of uv
212-
uses: astral-sh/setup-uv@v6
212+
uses: astral-sh/setup-uv@v7
213213
- name: Set up Python ${{ matrix.python-version }}
214214
if: "!endsWith(matrix.python-version, 't')"
215215
uses: actions/setup-python@v6

0 commit comments

Comments
 (0)