Skip to content

Commit 9f7ce5b

Browse files
Bump astral-sh/setup-uv from 6 to 7 in the actions group (#486)
Bumps the actions group with 1 update: [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv). Updates `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 dependency-group: actions ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 894ff9d commit 9f7ce5b

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/call_test_minimal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
# Install python
4949
- name: Install the latest version of uv and the right verion of python
5050
if: ${{ inputs.skip_test == false }}
51-
uses: astral-sh/setup-uv@v6
51+
uses: astral-sh/setup-uv@v7
5252
with:
5353
python-version: ${{ matrix.python-version }}
5454
activate-environment: true

.github/workflows/call_test_package.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
# Install python
4949
- name: Install the latest version of uv and the right verion of python
5050
if: ${{ inputs.skip_test == false }}
51-
uses: astral-sh/setup-uv@v6
51+
uses: astral-sh/setup-uv@v7
5252
with:
5353
python-version: ${{ matrix.python-version }}
5454
activate-environment: true

0 commit comments

Comments
 (0)