From df41f6e7925af53825b3cf2bbcf7ce48244dcbf9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 9 Aug 2026 05:02:56 +0000 Subject: [PATCH] build(deps): bump taiki-e/install-action from 2.85.5 to 2.85.9 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.85.5 to 2.85.9. - [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/6a1bd70eaac3c8bdf093356838d7ee09fda951cf...91ddec75689c4c78665b598d188dc821c5a43e5c) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.85.9 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 deb9d1a2..8e9519d9 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -145,7 +145,7 @@ jobs: target/ key: ${{ runner.os }}-${{ hashFiles('rust-toolchain.toml') }}-${{ hashFiles('Cargo.toml') }}-${{ hashFiles('Cargo.lock') }} - name: install cargo-tarpaulin - uses: taiki-e/install-action@6a1bd70eaac3c8bdf093356838d7ee09fda951cf + uses: taiki-e/install-action@91ddec75689c4c78665b598d188dc821c5a43e5c with: tool: cargo-tarpaulin checksum: true