diff --git a/action.yml b/action.yml index 7b593b0..748c604 100644 --- a/action.yml +++ b/action.yml @@ -33,7 +33,7 @@ runs: cache-dependency-path: ${{ (inputs.cache == 'pip' || inputs.cache == 'pipenv' || inputs.cache == 'poetry') && inputs.cache-dependency-path || '' }} - name: Install uv if: ${{ inputs.install-uv == 'true' }} - uses: astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v6.6.1 + uses: astral-sh/setup-uv@803947b9bd8e9f986429fa0c5a41c367cd732b41 # v7.2.1 with: enable-cache: ${{ inputs.cache == 'uv' }} - name: Install just