From 89b686447194c946a445de54c32547db5cfa1e6e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 21 Sep 2026 14:56:07 +0000 Subject: [PATCH] Bump taiki-e/install-action from 2.87.13 to 2.87.15 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.87.13 to 2.87.15. - [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/26e9283f268b880168bdbd2c545dfcd60ec2c6ab...4076c08d76dba979c11a7285295b0716c1d67908) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.87.15 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 8 ++++---- .github/workflows/pages.yml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 914eb539d..aacfac824 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -58,7 +58,7 @@ jobs: # other tools report findings rather than generate committed bytes, so # they ride the pinned action's tool manifest. - name: Install just, cargo-nextest, cargo-rdme, cargo-fuzz, cargo-docs-rs, and wasm-pack - uses: taiki-e/install-action@26e9283f268b880168bdbd2c545dfcd60ec2c6ab # v2.87.13 + uses: taiki-e/install-action@4076c08d76dba979c11a7285295b0716c1d67908 # v2.87.15 with: tool: just,cargo-nextest,cargo-rdme@2.1.0,cargo-fuzz,cargo-docs-rs,wasm-pack @@ -146,7 +146,7 @@ jobs: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Install just, cargo-nextest, cargo-audit, and cargo-deny - uses: taiki-e/install-action@26e9283f268b880168bdbd2c545dfcd60ec2c6ab # v2.87.13 + uses: taiki-e/install-action@4076c08d76dba979c11a7285295b0716c1d67908 # v2.87.15 with: tool: just,cargo-nextest,cargo-audit,cargo-deny @@ -222,7 +222,7 @@ jobs: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Install just, cargo-nextest, and cargo-llvm-cov - uses: taiki-e/install-action@26e9283f268b880168bdbd2c545dfcd60ec2c6ab # v2.87.13 + uses: taiki-e/install-action@4076c08d76dba979c11a7285295b0716c1d67908 # v2.87.15 with: tool: just,cargo-nextest,cargo-llvm-cov @@ -273,7 +273,7 @@ jobs: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Install just and cargo-nextest - uses: taiki-e/install-action@26e9283f268b880168bdbd2c545dfcd60ec2c6ab # v2.87.13 + uses: taiki-e/install-action@4076c08d76dba979c11a7285295b0716c1d67908 # v2.87.15 with: tool: just,cargo-nextest diff --git a/.github/workflows/pages.yml b/.github/workflows/pages.yml index e95c615eb..0feef7b96 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@26e9283f268b880168bdbd2c545dfcd60ec2c6ab # v2.87.13 + uses: taiki-e/install-action@4076c08d76dba979c11a7285295b0716c1d67908 # v2.87.15 with: tool: wasm-pack