Skip to content

Commit 0182ba4

Browse files
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] <support@github.com>
1 parent 4c5c0df commit 0182ba4

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/doc.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- uses: actions/checkout@v5
2121
with:
2222
fetch-depth: 0
23-
- uses: astral-sh/setup-uv@v6
23+
- uses: astral-sh/setup-uv@v7
2424
with:
2525
activate-environment: true
2626
- run: uv sync -q --no-default-groups --group doc

.github/workflows/publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- uses: actions/checkout@v5
2020
with:
2121
fetch-depth: 0
22-
- uses: astral-sh/setup-uv@v6
22+
- uses: astral-sh/setup-uv@v7
2323
with:
2424
activate-environment: true
2525
- run: uv sync -q --no-default-groups

.github/workflows/pytest.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/checkout@v5
3131
with:
3232
fetch-depth: 0
33-
- uses: astral-sh/setup-uv@v6
33+
- uses: astral-sh/setup-uv@v7
3434
with:
3535
activate-environment: true
3636
python-version: ${{ matrix.python-version }}
@@ -54,7 +54,7 @@ jobs:
5454
- uses: actions/checkout@v5
5555
with:
5656
fetch-depth: 0
57-
- uses: astral-sh/setup-uv@v6
57+
- uses: astral-sh/setup-uv@v7
5858
with:
5959
activate-environment: true
6060
python-version: ${{ matrix.python-version }}

0 commit comments

Comments
 (0)