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