From fc197413b49e86571e2f5bed309792bd43d278d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 Jul 2026 07:23:31 +0000 Subject: [PATCH] Chore: Bump astral-sh/setup-uv from 8.3.1 to 8.3.2 Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 8.3.1 to 8.3.2. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/f98e06938123ccabd21905ea5d0069192241f9f1...11f9893b081a58869d3b5fccaea48c9e9e46f990) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 8.3.2 dependency-type: direct:production update-type: version-update:semver-patch ... 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 0a9c348..54578e0 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@f98e06938123ccabd21905ea5d0069192241f9f1 # v8.3.1 + uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 with: python-version: ${{ env.python_version }} activate-environment: true diff --git a/action.yaml b/action.yaml index 186ecdb..0a0f98a 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@f98e06938123ccabd21905ea5d0069192241f9f1 # v8.3.1 + uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 with: # uv is the sole Python provisioner for this action. We do NOT # use actions/setup-python alongside it, because doing so caused