From a29f22cdc37c9523b03c67952984bb503dcde6f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 05:02:31 +0000 Subject: [PATCH] build(deps): bump taiki-e/install-action from 2.83.4 to 2.85.1 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.83.4 to 2.85.1. - [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/07b4745e0c39a41822af610387492e3e53aa222b...3d7d7cd5ac7f994c1892ae0c06165095b9139094) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.85.1 dependency-type: direct:production update-type: version-update:semver-minor ... 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 5ae05b20..50f55aea 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@07b4745e0c39a41822af610387492e3e53aa222b + uses: taiki-e/install-action@3d7d7cd5ac7f994c1892ae0c06165095b9139094 with: tool: cargo-tarpaulin checksum: true