diff --git a/action.yml b/action.yml index 0d03914..b1e2bd9 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@v3 + uses: astral-sh/setup-uv@v4 with: version: "${{ inputs.uv-version }}" - name: Get semantic-release version