From fa2a09e8e7f139b4be1c3491b1b1d12489eb435f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 19 Aug 2026 16:53:58 +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..d26884d 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@ae62891fec2bb8e7d6c99fc78c9fec3a63790f8d # v10.0.0 with: cache-suffix: ${{ steps.cache-suffix.outputs.cache-suffix }} - name: tox