From 42dd675127669fa3fe27d5c4ffa820212996c3c8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 14 Aug 2026 22:54:01 +0000 Subject: [PATCH] Update astral-sh/setup-uv action to v10.0.1 --- 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 e77b398..a5b549b 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@ae62891fec2bb8e7d6c99fc78c9fec3a63790f8d # v10.0.0 + uses: astral-sh/setup-uv@20cfd1bf945f4377ade1205e4dbc17946fc9a30d # v10.0.1 with: version: ${{ inputs.version }}