From a11652266853bc76e38d92841154a1e711c4af87 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 15 Jun 2026 18:59:04 +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 15449e3094499af05d8d964a1c884208e4b8b595. - [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...15449e3094499af05d8d964a1c884208e4b8b595) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 15449e3094499af05d8d964a1c884208e4b8b595 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..84fad86 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@15449e3094499af05d8d964a1c884208e4b8b595 # cargo-llvm-cov with: tool: cargo-llvm-cov