From 5d9e8fb2589de55eb3cf061dd047e71b578910be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 16 Oct 2025 11:27:19 +0000 Subject: [PATCH] chore(deps): bump taiki-e/install-action from 2.61.8 to 2.62.31 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.61.8 to 2.62.31. - [Release notes](https://github.com/taiki-e/install-action/releases) - [Changelog](https://github.com/taiki-e/install-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/taiki-e/install-action/compare/2fdc5fd6ac805b0f8256893bd4c807bcb666af00...0005e0116e92d8489d8d96fbff83f061c79ba95a) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.62.31 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/audit.yml | 2 +- .github/workflows/rust.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/audit.yml b/.github/workflows/audit.yml index b26ac8c02e..764976f086 100644 --- a/.github/workflows/audit.yml +++ b/.github/workflows/audit.yml @@ -42,7 +42,7 @@ jobs: steps: - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 - name: Install cargo-audit - uses: taiki-e/install-action@2fdc5fd6ac805b0f8256893bd4c807bcb666af00 # v2 + uses: taiki-e/install-action@0005e0116e92d8489d8d96fbff83f061c79ba95a # v2 with: tool: cargo-audit - name: Run audit check diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 30fd684a01..5d7fea0d51 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -411,7 +411,7 @@ jobs: sudo apt-get update -qq sudo apt-get install -y -qq clang - name: Setup wasm-pack - uses: taiki-e/install-action@2fdc5fd6ac805b0f8256893bd4c807bcb666af00 # v2 + uses: taiki-e/install-action@0005e0116e92d8489d8d96fbff83f061c79ba95a # v2 with: tool: wasm-pack - name: Run tests with headless mode @@ -752,7 +752,7 @@ jobs: - name: Setup Rust toolchain uses: ./.github/actions/setup-builder - name: Install cargo-msrv - uses: taiki-e/install-action@2fdc5fd6ac805b0f8256893bd4c807bcb666af00 # v2 + uses: taiki-e/install-action@0005e0116e92d8489d8d96fbff83f061c79ba95a # v2 with: tool: cargo-msrv