Skip to content

Commit 70ed804

Browse files
Bump astral-sh/setup-uv from 7 to 8.0.0 (#21)
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 7 to 8.0.0. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@v7...v8.0.0) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 8.0.0 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 c569f1d commit 70ed804

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
with:
3333
python-version-file: "pyproject.toml"
3434
- name: Install uv
35-
uses: astral-sh/setup-uv@v7
35+
uses: astral-sh/setup-uv@v8.0.0
3636
with:
3737
# Install a specific version of uv.
3838
version: "0.10.0"

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
with:
3636
python-version-file: "pyproject.toml"
3737
- name: Install uv
38-
uses: astral-sh/setup-uv@v7
38+
uses: astral-sh/setup-uv@v8.0.0
3939
with:
4040
# Install a specific version of uv.
4141
version: "0.10.2"

0 commit comments

Comments
 (0)