Skip to content

Commit 266df2d

Browse files
chore(deps): bump astral-sh/setup-uv from 6 to 7 (#183)
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 aa8580c commit 266df2d

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
- uses: actions/setup-python@v6
2727
with:
2828
python-version: ${{ matrix.python-version }}
29-
- uses: astral-sh/setup-uv@v6
29+
- uses: astral-sh/setup-uv@v7
3030
- name: Sync
3131
run: uv sync
3232
- name: pre-commit
@@ -43,7 +43,7 @@ jobs:
4343
uses: actions/setup-python@v6
4444
with:
4545
python-version: "3.10"
46-
- uses: astral-sh/setup-uv@v6
46+
- uses: astral-sh/setup-uv@v7
4747
- name: Sync
4848
run: uv sync --resolution lowest-direct
4949
- name: pytest

.github/workflows/docs.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
- uses: actions/checkout@v5
2323
with:
2424
fetch-depth: 0
25-
- uses: astral-sh/setup-uv@v6
25+
- uses: astral-sh/setup-uv@v7
2626
- name: Sync
2727
run: uv sync
2828
- name: Deploy

0 commit comments

Comments
 (0)