From dcec2a8da1a23075d5117b3ccd1ba406c90c7198 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 26 May 2026 00:37:21 +0000 Subject: [PATCH] ci(deps): Bump taiki-e/install-action Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from f8322bb8433a470894cb027c3fe836505d0fa98b to 920ab1831fbf4fb3ef75c8ead83556c918bb7290. - [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/f8322bb8433a470894cb027c3fe836505d0fa98b...920ab1831fbf4fb3ef75c8ead83556c918bb7290) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 920ab1831fbf4fb3ef75c8ead83556c918bb7290 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2da80b0..03bb14a 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,7 +64,7 @@ jobs: components: llvm-tools-preview - name: Install cargo-llvm-cov - uses: taiki-e/install-action@f8322bb8433a470894cb027c3fe836505d0fa98b # cargo-llvm-cov + uses: taiki-e/install-action@920ab1831fbf4fb3ef75c8ead83556c918bb7290 # cargo-llvm-cov with: tool: cargo-llvm-cov