From 5e751aae02f943f4dbed0d53351a2905f2970b8f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 05:39:12 +0000 Subject: [PATCH] Update astral-sh/setup-uv action to v8 --- setup-uv/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setup-uv/action.yaml b/setup-uv/action.yaml index 11a7d0e..803098b 100644 --- a/setup-uv/action.yaml +++ b/setup-uv/action.yaml @@ -19,7 +19,7 @@ runs: using: "composite" steps: - name: Setup uv - uses: astral-sh/setup-uv@37802adc94f370d6bfd71619e3f0bf239e1f3b78 # v7.6.0 + uses: astral-sh/setup-uv@cec208311dfd045dd5311c1add060b2062131d57 # v8.0.0 with: version: ${{ inputs.version }}