From c736c676eb915e9139853e657757422f051847a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Apr 2026 20:26:27 +0000 Subject: [PATCH] chore(deps): bump astral-sh/setup-uv from 3 to 7 Bumps [astral-sh/setup-uv](https://github.com/astral-sh/setup-uv) from 3 to 7. - [Release notes](https://github.com/astral-sh/setup-uv/releases) - [Commits](https://github.com/astral-sh/setup-uv/compare/v3...v7) --- updated-dependencies: - dependency-name: astral-sh/setup-uv dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/reusable-autopilot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-autopilot.yml b/.github/workflows/reusable-autopilot.yml index 5652e49..2d7bc65 100644 --- a/.github/workflows/reusable-autopilot.yml +++ b/.github/workflows/reusable-autopilot.yml @@ -131,7 +131,7 @@ jobs: with: python-version: ${{ inputs.python_version }} - - uses: astral-sh/setup-uv@v3 + - uses: astral-sh/setup-uv@v7 if: steps.detect.outputs.python == 'true' - name: Update Python deps