From ac062a9221a94f95614be722fda028acc6a52191 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 11 Aug 2025 11:53:49 +0000 Subject: [PATCH] chore(deps): update taiki-e/install-action digest to 2c73a74 --- .github/workflows/release.yml | 6 +++--- .github/workflows/test.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 052b87d8a6..2018bcf3c5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -80,7 +80,7 @@ jobs: - if: matrix.runs-on != 'ubuntu-latest' run: rustup target add ${{matrix.target}} - if: matrix.runs-on == 'ubuntu-latest' - uses: taiki-e/install-action@7fbb30f035445d55e5f819679e8e16009832db89 # v2 + uses: taiki-e/install-action@2c73a741d1544cc346e9b0af11868feba03eb69d # v2 with: { tool: cross } - name: build-tarball uses: nick-fields/retry@ce71cc2ab81d554ebbe88c79ab5975992d79ba08 # v3 @@ -96,7 +96,7 @@ jobs: dist/mise-*.tar.gz dist/mise-*.tar.zst if-no-files-found: error - - uses: taiki-e/install-action@7fbb30f035445d55e5f819679e8e16009832db89 # v2 + - uses: taiki-e/install-action@2c73a741d1544cc346e9b0af11868feba03eb69d # v2 with: { tool: cargo-cache } - if: steps.cache-crates.outputs.cache-hit != 'true' run: cargo cache --autoclean @@ -152,7 +152,7 @@ jobs: with: name: tarball-x86_64-unknown-linux-gnu path: dist - - uses: taiki-e/install-action@7fbb30f035445d55e5f819679e8e16009832db89 # v2 + - uses: taiki-e/install-action@2c73a741d1544cc346e9b0af11868feba03eb69d # v2 with: tool: usage-cli - run: tar -C "$HOME" -xvf "dist/mise-$(./scripts/get-version.sh)-linux-x64.tar.zst" diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index b5ba8c4a56..3d85616055 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -125,7 +125,7 @@ jobs: repository: ${{ github.event.pull_request.head.repo.full_name }} ref: ${{ github.head_ref }} submodules: true - - uses: taiki-e/install-action@7fbb30f035445d55e5f819679e8e16009832db89 # v2 + - uses: taiki-e/install-action@2c73a741d1544cc346e9b0af11868feba03eb69d # v2 with: tool: cargo-deny,cargo-msrv,cargo-machete - run: rustup component add llvm-tools-preview