From 29fd289a3d9b0a73445733aca8bf09a3c69dda75 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 4 Jul 2026 23:03:06 +0000 Subject: [PATCH] build(deps): Bump taiki-e/install-action from 2.82.7 to 2.82.8 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.82.7 to 2.82.8. - [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/16b05812d776ae1dfaabc8277e421fb6d2506419...c93ccc03e00cd0e08e494f5fd058a6c55a6a1907) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.82.8 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 579fc95..8ba0253 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -99,7 +99,7 @@ jobs: steps: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 - uses: dtolnay/rust-toolchain@29eef336d9b2848a0b548edc03f92a220660cdb8 # stable - - uses: taiki-e/install-action@16b05812d776ae1dfaabc8277e421fb6d2506419 # v2 + - uses: taiki-e/install-action@c93ccc03e00cd0e08e494f5fd058a6c55a6a1907 # v2 with: tool: cargo-deny - run: make deny diff --git a/.github/workflows/fuzz.yml b/.github/workflows/fuzz.yml index c8c00b4..59c792e 100644 --- a/.github/workflows/fuzz.yml +++ b/.github/workflows/fuzz.yml @@ -25,7 +25,7 @@ jobs: - uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1 with: workspaces: app - - uses: taiki-e/install-action@16b05812d776ae1dfaabc8277e421fb6d2506419 # v2 + - uses: taiki-e/install-action@c93ccc03e00cd0e08e494f5fd058a6c55a6a1907 # v2 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 e9e5bc5..4eb9d5d 100644 --- a/.github/workflows/mutants.yml +++ b/.github/workflows/mutants.yml @@ -28,7 +28,7 @@ jobs: - uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1 with: workspaces: app - - uses: taiki-e/install-action@16b05812d776ae1dfaabc8277e421fb6d2506419 # v2 + - uses: taiki-e/install-action@c93ccc03e00cd0e08e494f5fd058a6c55a6a1907 # v2 with: tool: cargo-mutants - name: Diff of changed Rust (paths relative to app/)