Skip to content

Commit 29d7c5f

Browse files
build(deps): bump astral-sh/setup-uv from 8.0.0 to 8.1.0 (#473)
Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 8.0.0 to 8.1.0. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](astral-sh/setup-uv@cec2083...0880764) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 8.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 991db1c commit 29d7c5f

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/linting.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
# releases: https://github.com/astral-sh/setup-uv/tags
7070
# docs: https://docs.astral.sh/uv/guides/integration/github
7171
- name: Install pinned version of uv
72-
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0 released on 2026-03-29
72+
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.0.0 released on 2026-03-29
7373
with:
7474
python-version: ${{ matrix.python-version }}
7575
version: ${{ env.UV_VERSION }}

.github/workflows/testing.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ jobs:
8888
# releases: https://github.com/astral-sh/setup-uv/tags
8989
# docs: https://docs.astral.sh/uv/guides/integration/github
9090
- name: Install pinned version of uv
91-
uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0 released on 2026-03-29
91+
uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.0.0 released on 2026-03-29
9292
with:
9393
python-version: ${{ matrix.python-version }}
9494
version: ${{ env.UV_VERSION }}

0 commit comments

Comments
 (0)