From 4e05cf1b83eabcb061e1bdd8965972a8edee4699 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 23 Sep 2026 02:23:39 +0000 Subject: [PATCH] build(deps): bump taiki-e/install-action from 2.87.12 to 2.87.17 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.87.12 to 2.87.17. - [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/3f74d7c16a4242f1c95561e98edc25d36adb4375...94c31af3204a9f15ab40b35ad084410b905bbc73) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.87.17 dependency-type: direct:production update-type: version-update:semver-patch ... 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 e91e98e..2dc6033 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -64,7 +64,7 @@ jobs: # Coverage using Codecov (per review: "We will use codecov https://about.codecov.io/language/rust/") - name: Install cargo-llvm-cov - uses: taiki-e/install-action@3f74d7c16a4242f1c95561e98edc25d36adb4375 # v2 + uses: taiki-e/install-action@94c31af3204a9f15ab40b35ad084410b905bbc73 # v2 with: tool: cargo-llvm-cov