From 2a85e30215e29afb8f14e10949c32ccf2ec78ace Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 20:02:15 +0000 Subject: [PATCH] ci(deps): update astral-sh/setup-uv action to v10.0.1 --- .github/workflows/build-mihomo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-mihomo.yaml b/.github/workflows/build-mihomo.yaml index a104fd03..dc1eba92 100644 --- a/.github/workflows/build-mihomo.yaml +++ b/.github/workflows/build-mihomo.yaml @@ -33,7 +33,7 @@ jobs: - name: Install mise uses: jdx/mise-action@3c2e0cf82a5b2e5249f0d3635a4d83d0ae861518 # v4 - name: Setup uv - uses: astral-sh/setup-uv@ae62891fec2bb8e7d6c99fc78c9fec3a63790f8d # v10.0.0 + uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 with: activate-environment: true - name: Install dependencies