From 7ba881a40034b5022cdccf64746a36512833771c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 4 Nov 2025 18:52:31 +0000 Subject: [PATCH] chore(deps): update astral-sh/setup-uv digest to 8585678 --- .github/actions/create-venv-for-tests/action.yml | 2 +- .github/workflows/copilot-setup-steps.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/actions/create-venv-for-tests/action.yml b/.github/actions/create-venv-for-tests/action.yml index 47f461e8f6..ad59ad0bbd 100644 --- a/.github/actions/create-venv-for-tests/action.yml +++ b/.github/actions/create-venv-for-tests/action.yml @@ -16,7 +16,7 @@ runs: using: 'composite' steps: - name: Install uv - uses: astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7 + uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7 # Used by tests for installation of ipykernel. # Create a venv & register it as a kernel. diff --git a/.github/workflows/copilot-setup-steps.yml b/.github/workflows/copilot-setup-steps.yml index bca62518c0..05a913967e 100644 --- a/.github/workflows/copilot-setup-steps.yml +++ b/.github/workflows/copilot-setup-steps.yml @@ -73,7 +73,7 @@ jobs: continue-on-error: true - name: Install uv - uses: astral-sh/setup-uv@2ddd2b9cb38ad8efd50337e8ab201519a34c9f24 # v7 + uses: astral-sh/setup-uv@85856786d1ce8acfbcc2f13a5f3fbd6b938f9f41 # v7 - name: Setup Venv run: |