From d5e5886ad56fb4b660c2ff0afb49c20695f72f60 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 2 Jun 2026 09:01:49 +0000 Subject: [PATCH] chore(deps): bump taiki-e/install-action in the actions group Bumps the actions group with 1 update: [taiki-e/install-action](https://github.com/taiki-e/install-action). Updates `taiki-e/install-action` from 2.79.6 to 2.79.9 - [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/f48d2f8ba2b452934c948b7be1a768079c3632ff...8f531eaecd1898bc3da7d104ad91bee98d1b97bd) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.79.9 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- .github/workflows/mutants.yml | 2 +- .github/workflows/publish.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 92ebfc35..ac068e54 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -44,7 +44,7 @@ jobs: - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 with: save-if: ${{ github.ref == 'refs/heads/main' }} - - uses: taiki-e/install-action@f48d2f8ba2b452934c948b7be1a768079c3632ff # v2.62.30 + - uses: taiki-e/install-action@8f531eaecd1898bc3da7d104ad91bee98d1b97bd # v2.62.30 with: tool: nextest - run: cargo nextest run --workspace @@ -59,7 +59,7 @@ jobs: - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 with: save-if: ${{ github.ref == 'refs/heads/main' }} - - uses: taiki-e/install-action@f48d2f8ba2b452934c948b7be1a768079c3632ff # v2.62.30 + - uses: taiki-e/install-action@8f531eaecd1898bc3da7d104ad91bee98d1b97bd # v2.62.30 with: tool: cargo-llvm-cov - name: Generate coverage @@ -101,7 +101,7 @@ jobs: - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 with: save-if: ${{ github.ref == 'refs/heads/main' }} - - uses: taiki-e/install-action@f48d2f8ba2b452934c948b7be1a768079c3632ff # v2.62.30 + - uses: taiki-e/install-action@8f531eaecd1898bc3da7d104ad91bee98d1b97bd # v2.62.30 with: tool: wasm-pack - name: Build and validate WASM diff --git a/.github/workflows/mutants.yml b/.github/workflows/mutants.yml index d8372092..27e128e2 100644 --- a/.github/workflows/mutants.yml +++ b/.github/workflows/mutants.yml @@ -19,7 +19,7 @@ jobs: with: fetch-depth: 0 - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 - - uses: taiki-e/install-action@f48d2f8ba2b452934c948b7be1a768079c3632ff # v2.62.30 + - uses: taiki-e/install-action@8f531eaecd1898bc3da7d104ad91bee98d1b97bd # v2.62.30 with: tool: nextest - name: Install cargo-mutants diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index f6af6430..44010603 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -92,7 +92,7 @@ jobs: # rust-toolchain.toml provides the pinned Rust version + wasm32 target - uses: Swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2 - - uses: taiki-e/install-action@f48d2f8ba2b452934c948b7be1a768079c3632ff # v2.62.30 + - uses: taiki-e/install-action@8f531eaecd1898bc3da7d104ad91bee98d1b97bd # v2.62.30 with: tool: wasm-pack