From 3d4dca394a3d584edc2912eb0c5c0c12327568e8 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 20 Dec 2024 11:15:19 +0000 Subject: [PATCH] chore(deps): update astral-sh/setup-uv action to v5 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index b1e2bd9..9581375 100644 --- a/action.yml +++ b/action.yml @@ -71,7 +71,7 @@ runs: python-version: "${{ inputs.python-version }}" - name: Setup uv if: ${{ inputs.uv-version }} - uses: astral-sh/setup-uv@v4 + uses: astral-sh/setup-uv@v5 with: version: "${{ inputs.uv-version }}" - name: Get semantic-release version