diff --git a/action.yml b/action.yml index 532e92d..19c21c8 100644 --- a/action.yml +++ b/action.yml @@ -37,7 +37,7 @@ runs: with: python-version: ${{ inputs.py-version }} - name: Install uv - uses: astral-sh/setup-uv@v6 + uses: astral-sh/setup-uv@v7 with: enable-cache: true - name: Install the project