diff --git a/check-update-uv-lock/action.yml b/check-update-uv-lock/action.yml index d481cd3..bcef9a1 100644 --- a/check-update-uv-lock/action.yml +++ b/check-update-uv-lock/action.yml @@ -12,7 +12,7 @@ runs: using: "composite" steps: - name: Install uv - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 + uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 - name: Check if uv lock is up to date shell: bash id: check_uv_lock diff --git a/git-clone/action.yml b/git-clone/action.yml index afea2bb..1dceff8 100644 --- a/git-clone/action.yml +++ b/git-clone/action.yml @@ -20,7 +20,7 @@ runs: using: "composite" steps: - name: Install uv - uses: astral-sh/setup-uv@fac544c07dec837d0ccb6301d7b5580bf5edae39 # v8.2.0 + uses: astral-sh/setup-uv@11f9893b081a58869d3b5fccaea48c9e9e46f990 # v8.3.2 - name: Run cloning script shell: bash env: