From 5e29eeea27bd0d0810a4b68fba16bbe977d369c8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 11:53:12 +0000 Subject: [PATCH] chore(deps): bump taiki-e/install-action from 2 to 2.85.4 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2 to 2.85.4. - [Release notes](https://github.com/taiki-e/install-action/releases) - [Commits](https://github.com/taiki-e/install-action/compare/v2...v2.85.4) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.85.4 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/coverage.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 660e9bda..8b7f0060 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -27,10 +27,10 @@ jobs: toolchain: ${{ matrix.toolchain }} components: llvm-tools-preview - - uses: taiki-e/install-action@v2 + - uses: taiki-e/install-action@v2.85.4 with: tool: nextest - - uses: taiki-e/install-action@v2 + - uses: taiki-e/install-action@v2.85.4 with: tool: cargo-llvm-cov