From 2582eda54759946f95432203067c683b79836102 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 02:02:42 +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 8e7dfe6f8..bf88cb5a2 100644 --- a/.github/workflows/windows.yaml +++ b/.github/workflows/windows.yaml @@ -124,7 +124,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 @@ -180,7 +180,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