From 863c982791a7f87a83d03b938dc8a4cb9ef7fe61 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 9 Jul 2026 18:05:43 +0000 Subject: [PATCH] chore(deps): bump astral-sh/setup-uv in the minor-and-patch group --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: 8.3.2 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: minor-and-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/backend.yml | 2 +- .github/workflows/cli.yml | 2 +- .github/workflows/install-smoke.yml | 2 +- .github/workflows/release.yml | 4 ++-- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/backend.yml b/.github/workflows/backend.yml index 473574e3..50f1c667 100644 --- a/.github/workflows/backend.yml +++ b/.github/workflows/backend.yml @@ -24,7 +24,7 @@ jobs: - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5 with: python-version: "3.11" - - uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 + - uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 - name: Install dependencies run: uv sync --extra dev diff --git a/.github/workflows/cli.yml b/.github/workflows/cli.yml index 6d8a6dec..9a63c382 100644 --- a/.github/workflows/cli.yml +++ b/.github/workflows/cli.yml @@ -28,7 +28,7 @@ jobs: - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5 with: python-version: "3.11" - - uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 + - uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 - name: Install dependencies run: uv sync --all-extras diff --git a/.github/workflows/install-smoke.yml b/.github/workflows/install-smoke.yml index 7db9445e..6cc74273 100644 --- a/.github/workflows/install-smoke.yml +++ b/.github/workflows/install-smoke.yml @@ -48,7 +48,7 @@ jobs: # The smoke script bootstraps uv itself, but pre-installing it on the # runner cuts ~10s off each job and avoids the curl|sh layer. - - uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 + - uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 - name: Verify gh + curl + git are present run: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 73e1c0f6..e9a5dae9 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -128,7 +128,7 @@ jobs: python-version: '3.11' - name: Setup uv - uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 + uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 - name: Backend — sync deps working-directory: backend @@ -342,7 +342,7 @@ jobs: python-version: '3.11' - name: Setup uv (boot smoke) - uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 + uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 - name: Smoke — boot image and probe /health working-directory: backend