From 7baee937ea30a3ae5799310366af5e3da71ce968 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 2 Aug 2026 09:02:56 +0000 Subject: [PATCH] chore(deps): bump taiki-e/install-action from 2 to 2.85.5 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2 to 2.85.5. - [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/v2...v2.85.5) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.85.5 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/crate.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/crate.yml b/.github/workflows/crate.yml index 17d59d3..88614ac 100644 --- a/.github/workflows/crate.yml +++ b/.github/workflows/crate.yml @@ -48,7 +48,7 @@ jobs: - uses: dtolnay/rust-toolchain@stable - uses: Swatinem/rust-cache@v2 - name: Install cargo-msrv - uses: taiki-e/install-action@v2 + uses: taiki-e/install-action@v2.85.5 with: tool: cargo-msrv - name: Validate minimum Rust version @@ -68,7 +68,7 @@ jobs: targets: ${{ matrix.target }} - uses: Swatinem/rust-cache@v2 - name: Install wasmtime - uses: taiki-e/install-action@v2 + uses: taiki-e/install-action@v2.85.5 with: tool: wasmtime - name: Build tests @@ -103,7 +103,7 @@ jobs: components: llvm-tools-preview - uses: Swatinem/rust-cache@v2 - name: Install cargo-llvm-cov - uses: taiki-e/install-action@v2 + uses: taiki-e/install-action@v2.85.5 with: tool: cargo-llvm-cov - name: Generate code coverage