From bd7d03743b97e9861bdcd3420ec8ea3e3eb662e0 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 20:39:10 +0000 Subject: [PATCH] Update astral-sh/setup-uv action to v10 --- .github/workflows/check-encoding-v3.yml | 2 +- .github/workflows/check-encoding.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/check-encoding-v3.yml b/.github/workflows/check-encoding-v3.yml index 2f339b2..7d4ebf8 100644 --- a/.github/workflows/check-encoding-v3.yml +++ b/.github/workflows/check-encoding-v3.yml @@ -41,7 +41,7 @@ jobs: python-version-file: .github/workflows/.python-version architecture: 'x64' - - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 + - uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 - name: Checkout workflows-c2a for dependency lockfile run: git clone --depth 1 https://github.com/arkedge/workflows-c2a.git /tmp/workflows-c2a diff --git a/.github/workflows/check-encoding.yml b/.github/workflows/check-encoding.yml index c183cf4..5f503f1 100644 --- a/.github/workflows/check-encoding.yml +++ b/.github/workflows/check-encoding.yml @@ -41,7 +41,7 @@ jobs: python-version-file: .github/workflows/.python-version architecture: 'x64' - - uses: astral-sh/setup-uv@c771a70e6277c0a99b617c7a806ffedaca235ff9 # v9.0.0 + - uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 - name: Checkout workflows-c2a for dependency lockfile run: git clone --depth 1 https://github.com/arkedge/workflows-c2a.git /tmp/workflows-c2a