From 28b9879402d75865c890a1f6fb4c69479c6a3994 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 18:53:56 +0000 Subject: [PATCH] build(deps): bump astral-sh/setup-uv from 8.3.2 to 9.0.0 Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 8.3.2 to 9.0.0. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/11f9893b081a58869d3b5fccaea48c9e9e46f990...c771a70e6277c0a99b617c7a806ffedaca235ff9) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/linting.yaml | 2 +- .github/workflows/testing.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/linting.yaml b/.github/workflows/linting.yaml index b14f837..c22064a 100644 --- a/.github/workflows/linting.yaml +++ b/.github/workflows/linting.yaml @@ -69,7 +69,7 @@ jobs: # releases: https://github.com/astral-sh/setup-uv/tags # docs: https://docs.astral.sh/uv/guides/integration/github - name: Install pinned version of uv - uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.0.0 released on 2026-03-29 + uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v8.0.0 released on 2026-03-29 with: python-version: ${{ matrix.python-version }} version: ${{ env.UV_VERSION }} diff --git a/.github/workflows/testing.yaml b/.github/workflows/testing.yaml index d03b252..0ef1e5c 100644 --- a/.github/workflows/testing.yaml +++ b/.github/workflows/testing.yaml @@ -88,7 +88,7 @@ jobs: # releases: https://github.com/astral-sh/setup-uv/tags # docs: https://docs.astral.sh/uv/guides/integration/github - name: Install pinned version of uv - uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.0.0 released on 2026-03-29 + uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v8.0.0 released on 2026-03-29 with: python-version: ${{ matrix.python-version }} version: ${{ env.UV_VERSION }}