From 8664a2b033c69c5d8cebe1ae8054a18ea9c3369e Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 18 Jul 2026 04:05:50 +0000 Subject: [PATCH] Update astral-sh/setup-uv action to v8.3.2 --- .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..54884ce 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@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 with: cache-suffix: ${{ steps.cache-suffix.outputs.cache-suffix }} - name: tox