From 4ccabfdc156a61676c4913e751ee728bedabcef4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 8 Sep 2026 19:26:35 +0000 Subject: [PATCH] Bump taiki-e/install-action from 2.87.0 to 2.87.6 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.87.0 to 2.87.6. - [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/37f7c5781271959fb65b6b35224e28652ff2b63d...7b8d4719ee4aaa279bdf55df38dacb9ebfe12a6c) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.87.5 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- .github/workflows/pages.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 504bf9a6..498caed5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -63,7 +63,7 @@ jobs: # bytes, so they ride the pinned action's own tool manifest, moving # when Dependabot bumps the pin. - name: Install just, cargo-nextest, cargo-rdme, cargo-fuzz, cargo-mutants, cargo-docs-rs, and wasm-pack - uses: taiki-e/install-action@37f7c5781271959fb65b6b35224e28652ff2b63d # v2.87.0 + uses: taiki-e/install-action@7b8d4719ee4aaa279bdf55df38dacb9ebfe12a6c # v2.87.6 with: tool: just,cargo-nextest,cargo-rdme@2.1.0,cargo-fuzz,cargo-mutants@27.1.0,cargo-docs-rs,wasm-pack @@ -152,7 +152,7 @@ jobs: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Install just, cargo-nextest, cargo-audit, and cargo-deny - uses: taiki-e/install-action@37f7c5781271959fb65b6b35224e28652ff2b63d # v2.87.0 + uses: taiki-e/install-action@7b8d4719ee4aaa279bdf55df38dacb9ebfe12a6c # v2.87.6 with: tool: just,cargo-nextest,cargo-audit,cargo-deny @@ -228,7 +228,7 @@ jobs: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Install just, cargo-nextest, and cargo-llvm-cov - uses: taiki-e/install-action@37f7c5781271959fb65b6b35224e28652ff2b63d # v2.87.0 + uses: taiki-e/install-action@7b8d4719ee4aaa279bdf55df38dacb9ebfe12a6c # v2.87.6 with: tool: just,cargo-nextest,cargo-llvm-cov diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index 245e55a5..4aae48d6 100644 --- a/.github/workflows/pages.yml +++ b/.github/workflows/pages.yml @@ -45,7 +45,7 @@ jobs: # The same SHA-pinned install path ci.yml uses, so both workflows # share one provenance story for wasm-pack. - name: Install wasm-pack - uses: taiki-e/install-action@37f7c5781271959fb65b6b35224e28652ff2b63d # v2.87.0 + uses: taiki-e/install-action@7b8d4719ee4aaa279bdf55df38dacb9ebfe12a6c # v2.87.6 with: tool: wasm-pack