Bump astral-sh/setup-uv from 8.3.2 to 9.0.0 in /.github/actions/restore-python (#17757)

Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
dependabot[bot]
2026-07-21 11:34:03 -10:00
committed by GitHub
parent e84880e4ec
commit 008c85c7d5
+1 -1
View File
@@ -32,7 +32,7 @@ runs:
# detects the activated venv via ``VIRTUAL_ENV`` so the venv layout # detects the activated venv via ``VIRTUAL_ENV`` so the venv layout
# downstream jobs rely on is preserved. # downstream jobs rely on is preserved.
if: steps.cache-venv.outputs.cache-hit != 'true' if: steps.cache-venv.outputs.cache-hit != 'true'
uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0
with: with:
enable-cache: true enable-cache: true
# Pull request saves land in per-PR scopes nothing else can # Pull request saves land in per-PR scopes nothing else can