From 08a86acb094977069aadec931d3b486b93c6c562 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 5 Sep 2026 23:03:39 +0000 Subject: [PATCH] build(deps): Bump taiki-e/install-action from 2.87.0 to 2.87.4 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.87.0 to 2.87.4. - [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...e67fa11c4b9316fa714ddf0abed07a0c3143b95b) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.87.4 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- .github/workflows/fuzz.yml | 2 +- .github/workflows/mutants.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index f1abf5a..6c25683 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -99,7 +99,7 @@ jobs: steps: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable - - uses: taiki-e/install-action@37f7c5781271959fb65b6b35224e28652ff2b63d # v2.87.0 + - uses: taiki-e/install-action@e67fa11c4b9316fa714ddf0abed07a0c3143b95b # v2.87.4 with: tool: cargo-deny - run: make deny diff --git a/.github/workflows/fuzz.yml b/.github/workflows/fuzz.yml index 0199304..1a9189d 100644 --- a/.github/workflows/fuzz.yml +++ b/.github/workflows/fuzz.yml @@ -25,7 +25,7 @@ jobs: - uses: Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2.9.2 with: workspaces: app - - uses: taiki-e/install-action@37f7c5781271959fb65b6b35224e28652ff2b63d # v2.87.0 + - uses: taiki-e/install-action@e67fa11c4b9316fa714ddf0abed07a0c3143b95b # v2.87.4 with: tool: cargo-fuzz # Persist the corpus so each run probes deeper than a cold start. diff --git a/.github/workflows/mutants.yml b/.github/workflows/mutants.yml index cc9ba10..efa4ef2 100644 --- a/.github/workflows/mutants.yml +++ b/.github/workflows/mutants.yml @@ -28,7 +28,7 @@ jobs: - uses: Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2.9.2 with: workspaces: app - - uses: taiki-e/install-action@37f7c5781271959fb65b6b35224e28652ff2b63d # v2.87.0 + - uses: taiki-e/install-action@e67fa11c4b9316fa714ddf0abed07a0c3143b95b # v2.87.4 with: tool: cargo-mutants - name: Diff of changed Rust (paths relative to app/)