From 4f39ed293d916456522cd2376689dd13454ea416 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 16 Aug 2026 13:04:09 +0000 Subject: [PATCH] chore: bump taiki-e/install-action from 2.85.7 to 2.85.11 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.85.7 to 2.85.11. - [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/67729d5c413db75907f0ad1e39bb04b9c868ff60...7f4eb899022d8fe70b20c4f3de697aa85c309026) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.85.11 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/bench.yml | 4 ++-- .github/workflows/ci.yml | 6 +++--- .github/workflows/coverage.yml | 4 ++-- .github/workflows/release.yml | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/bench.yml b/.github/workflows/bench.yml index 9eb22f3..e371917 100644 --- a/.github/workflows/bench.yml +++ b/.github/workflows/bench.yml @@ -100,7 +100,7 @@ jobs: - name: Install wasm-pack if: matrix.kind == 'node' - uses: taiki-e/install-action@67729d5c413db75907f0ad1e39bb04b9c868ff60 # v2.85.7 + uses: taiki-e/install-action@7f4eb899022d8fe70b20c4f3de697aa85c309026 # v2.85.11 with: tool: wasm-pack@0.13.1 @@ -116,7 +116,7 @@ jobs: - name: Install cargo-codspeed if: matrix.kind == 'rust' - uses: taiki-e/install-action@67729d5c413db75907f0ad1e39bb04b9c868ff60 # v2.85.7 + uses: taiki-e/install-action@7f4eb899022d8fe70b20c4f3de697aa85c309026 # v2.85.11 with: tool: cargo-codspeed@4.7.0 diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index bc6a4fc..7aa9749 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -131,7 +131,7 @@ jobs: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false - - uses: taiki-e/install-action@67729d5c413db75907f0ad1e39bb04b9c868ff60 # cargo-audit + - uses: taiki-e/install-action@7f4eb899022d8fe70b20c4f3de697aa85c309026 # cargo-audit with: tool: cargo-audit - run: cargo audit @@ -160,7 +160,7 @@ jobs: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: persist-credentials: false - - uses: taiki-e/install-action@67729d5c413db75907f0ad1e39bb04b9c868ff60 # cargo-shear + - uses: taiki-e/install-action@7f4eb899022d8fe70b20c4f3de697aa85c309026 # cargo-shear with: tool: cargo-shear - run: cargo shear @@ -222,7 +222,7 @@ jobs: - name: Install JS dependencies run: corepack pnpm install --ignore-scripts --frozen-lockfile - name: Install wasm-pack - uses: taiki-e/install-action@67729d5c413db75907f0ad1e39bb04b9c868ff60 # v2.85.7 + uses: taiki-e/install-action@7f4eb899022d8fe70b20c4f3de697aa85c309026 # v2.85.11 with: tool: wasm-pack@0.13.1 - name: Build JavaScript test artifacts diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 90629ec..2fd5020 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -30,7 +30,7 @@ jobs: - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 - - uses: taiki-e/install-action@67729d5c413db75907f0ad1e39bb04b9c868ff60 # cargo-llvm-cov + - uses: taiki-e/install-action@7f4eb899022d8fe70b20c4f3de697aa85c309026 # cargo-llvm-cov with: tool: cargo-llvm-cov @@ -46,7 +46,7 @@ jobs: run: corepack pnpm install --ignore-scripts --frozen-lockfile - name: Install wasm-pack - uses: taiki-e/install-action@67729d5c413db75907f0ad1e39bb04b9c868ff60 # v2.85.7 + uses: taiki-e/install-action@7f4eb899022d8fe70b20c4f3de697aa85c309026 # v2.85.11 with: tool: wasm-pack@0.13.1 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index d176b71..71a51b5 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -202,7 +202,7 @@ jobs: - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 - name: Install wasm-pack - uses: taiki-e/install-action@67729d5c413db75907f0ad1e39bb04b9c868ff60 # v2.85.7 + uses: taiki-e/install-action@7f4eb899022d8fe70b20c4f3de697aa85c309026 # v2.85.11 with: tool: wasm-pack@0.13.1