From 4988233a54c1711345da78db3bd67b1b7a01e9fd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Aug 2026 12:10:23 +0000 Subject: [PATCH] Update astral-sh/setup-uv action to v10 --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 024dd6c..06244cb 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -42,7 +42,7 @@ jobs: id: cache-suffix run: | echo cache-suffix=${TOXENV//,/-} >> $GITHUB_OUTPUT - - uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 + - uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 with: cache-suffix: ${{ steps.cache-suffix.outputs.cache-suffix }} - name: tox