From 024ebaed1ec22e12064b02ba2284cce8d402ce7b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 17:27:59 +0000 Subject: [PATCH] chore(deps): update astral-sh/setup-uv action to v10 Generated by renovateBot --- .github/workflows/session-e2e.yaml | 2 +- .github/workflows/windows.yaml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/session-e2e.yaml b/.github/workflows/session-e2e.yaml index f81cbc23d..b0aab5870 100644 --- a/.github/workflows/session-e2e.yaml +++ b/.github/workflows/session-e2e.yaml @@ -75,7 +75,7 @@ jobs: - name: Set up uv if: matrix.lang == 'python' - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 + uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 with: enable-cache: true diff --git a/.github/workflows/windows.yaml b/.github/workflows/windows.yaml index 83e0b54cd..ea6ca567e 100644 --- a/.github/workflows/windows.yaml +++ b/.github/workflows/windows.yaml @@ -140,7 +140,7 @@ jobs: python-version: "3.12" - name: Set up uv - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 + uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 with: enable-cache: true @@ -196,7 +196,7 @@ jobs: - name: Set up uv if: matrix.lang == 'python' - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 + uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 with: enable-cache: true