From c2ad2b3fbe26631ee2fab2f9d14deee2f67f9dad Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 17:34:56 +0000 Subject: [PATCH] Bump taiki-e/install-action from 2.77.0 to 2.79.2 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.77.0 to 2.79.2. - [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/7ea35f098a7369cd23488403f58be9c491a6c55f...213ccc1a076163c093f914550b94feb90fab916d) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.79.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/build.yaml | 2 +- .github/workflows/ci.yaml | 4 ++-- .github/workflows/coverage.yaml | 2 +- .github/workflows/docs.yaml | 2 +- 4 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 469499798..63cfc5875 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -137,7 +137,7 @@ jobs: version: 0.13.0 - name: Install cargo-zigbuild - uses: taiki-e/install-action@7ea35f098a7369cd23488403f58be9c491a6c55f # v2 + uses: taiki-e/install-action@213ccc1a076163c093f914550b94feb90fab916d # v2 with: tool: cargo-zigbuild diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 7637eb7e3..baf36c035 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -273,7 +273,7 @@ jobs: run: rustup toolchain install stable --profile minimal - name: Install nextest - uses: taiki-e/install-action@7ea35f098a7369cd23488403f58be9c491a6c55f # v2 + uses: taiki-e/install-action@213ccc1a076163c093f914550b94feb90fab916d # v2 with: tool: cargo-nextest @@ -329,7 +329,7 @@ jobs: run: rustup toolchain install stable --profile minimal - name: Install nextest - uses: taiki-e/install-action@7ea35f098a7369cd23488403f58be9c491a6c55f # v2 + uses: taiki-e/install-action@213ccc1a076163c093f914550b94feb90fab916d # v2 with: tool: cargo-nextest diff --git a/.github/workflows/coverage.yaml b/.github/workflows/coverage.yaml index 3b05ec34b..e70c54161 100644 --- a/.github/workflows/coverage.yaml +++ b/.github/workflows/coverage.yaml @@ -117,7 +117,7 @@ jobs: uses: mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9 - name: Install grcov - uses: taiki-e/install-action@7ea35f098a7369cd23488403f58be9c491a6c55f # v2 + uses: taiki-e/install-action@213ccc1a076163c093f914550b94feb90fab916d # v2 with: tool: grcov diff --git a/.github/workflows/docs.yaml b/.github/workflows/docs.yaml index cf99a1f09..c5c9bae28 100644 --- a/.github/workflows/docs.yaml +++ b/.github/workflows/docs.yaml @@ -37,7 +37,7 @@ jobs: uses: mozilla-actions/sccache-action@7d986dd989559c6ecdb630a3fd2557667be217ad # v0.0.9 - name: Install mdbook - uses: taiki-e/install-action@7ea35f098a7369cd23488403f58be9c491a6c55f # v2 + uses: taiki-e/install-action@213ccc1a076163c093f914550b94feb90fab916d # v2 with: tool: mdbook