From 21ffdbadd23fde18cba7d6fa7cca561dab9918f3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 21:12:29 +0000 Subject: [PATCH] Bump astral-sh/setup-uv from 8.3.0 to 8.3.2 Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 8.3.0 to 8.3.2. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/v8.3.0...v8.3.2) --- 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/release-publish.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-publish.yml b/.github/workflows/release-publish.yml index 3ccfcb595d..86861bdf13 100644 --- a/.github/workflows/release-publish.yml +++ b/.github/workflows/release-publish.yml @@ -24,7 +24,7 @@ jobs: - uses: actions/setup-python@v6 with: python-version: "3.12" - - uses: astral-sh/setup-uv@v8.3.0 + - uses: astral-sh/setup-uv@v8.3.2 - name: Check release versions and dependency bounds run: | if [[ ! "$RELEASE_VERSION" =~ ^[0-9]+\.[0-9]+\.[0-9]+$ ]]; then @@ -112,7 +112,7 @@ jobs: - uses: actions/setup-python@v6 with: python-version: ${{ matrix.python-version }} - - uses: astral-sh/setup-uv@v8.3.0 + - uses: astral-sh/setup-uv@v8.3.2 with: enable-cache: false ignore-empty-workdir: true