From 00781ecea4ae28f019c8f9f4c49546bf76085f26 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 02:10:09 +0000 Subject: [PATCH] Bump astral-sh/setup-uv from 8.2.0 to 8.3.2 Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 8.2.0 to 8.3.2. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/fac544c07dec837d0ccb6301d7b5580bf5edae39...11f9893b081a58869d3b5fccaea48c9e9e46f990) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 8.3.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/python-release.yml | 2 +- .github/workflows/sdk-checks.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/python-release.yml b/.github/workflows/python-release.yml index 62a00846..3e1b514c 100644 --- a/.github/workflows/python-release.yml +++ b/.github/workflows/python-release.yml @@ -25,7 +25,7 @@ jobs: with: fetch-depth: 0 - - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 + - uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 with: python-version: "3.14" save-cache: false diff --git a/.github/workflows/sdk-checks.yml b/.github/workflows/sdk-checks.yml index 00119806..c3ab6021 100644 --- a/.github/workflows/sdk-checks.yml +++ b/.github/workflows/sdk-checks.yml @@ -155,7 +155,7 @@ jobs: steps: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 - - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 + - uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 with: python-version: ${{ matrix.python-version }} @@ -222,7 +222,7 @@ jobs: cache: pnpm cache-dependency-path: pnpm-lock.yaml - - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 + - uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 with: python-version: "3.14" save-cache: false