From 09b42a0eeeba159bbf0042136031d98d5493c344 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 3 Jun 2026 04:08:24 +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 25435dc8dd3baed7417e0c96d3fe89013a5b2e09. - [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...25435dc8dd3baed7417e0c96d3fe89013a5b2e09) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 25435dc8dd3baed7417e0c96d3fe89013a5b2e09 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..3aa454a 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@25435dc8dd3baed7417e0c96d3fe89013a5b2e09 # cargo-llvm-cov with: tool: cargo-llvm-cov