diff --git a/uv/action.yml b/uv/action.yml index 5d7d671c..4322c5e4 100644 --- a/uv/action.yml +++ b/uv/action.yml @@ -61,7 +61,7 @@ runs: steps: - name: Setup uv id: setup-uv - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 + uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 with: enable-cache: ${{ inputs.enable-cache }} python-version: ${{ inputs.python-version }}