From a133cc8ba830874227cbfb04554037c18df02d02 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 28 Jul 2026 07:23:41 +0000 Subject: [PATCH] Chore: 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/testing.yaml | 2 +- action.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/testing.yaml b/.github/workflows/testing.yaml index 54578e0..58766c2 100644 --- a/.github/workflows/testing.yaml +++ b/.github/workflows/testing.yaml @@ -325,7 +325,7 @@ jobs: # -m pytest' resolves to the same one. - name: "Set up uv" # yamllint disable-line rule:line-length - uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 + uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 with: python-version: ${{ env.python_version }} activate-environment: true diff --git a/action.yaml b/action.yaml index 0a0f98a..ac14941 100644 --- a/action.yaml +++ b/action.yaml @@ -621,7 +621,7 @@ runs: - name: 'Install uv and provision Python' # yamllint disable-line rule:line-length - uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 + uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 with: # uv is the sole Python provisioner for this action. We do NOT # use actions/setup-python alongside it, because doing so caused