From 03ad208d2caf9a6c1c06dd9832749b09aa9b8c05 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 14 Jun 2026 23:22:54 +0000 Subject: [PATCH] chore(deps): bump taiki-e/install-action from 2.81.7 to 2.81.10 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.81.7 to 2.81.10. - [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/56545b37b57562edd73171cb6c62cc509db4c34e...7a79fe8c3a13344501c80d99cae481c1c9085912) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-version: 2.81.10 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/general.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/general.yml b/.github/workflows/general.yml index 1a53f30..c7dc473 100644 --- a/.github/workflows/general.yml +++ b/.github/workflows/general.yml @@ -116,7 +116,7 @@ jobs: toolchain: stable - uses: mozilla-actions/sccache-action@9e7fa8a12102821edf02ca5dbea1acd0f89a2696 # v0.0.10 - uses: Swatinem/rust-cache@c19371144df3bb44fab255c43d04cbc2ab54d1c4 # v2.9.1 - - uses: taiki-e/install-action@56545b37b57562edd73171cb6c62cc509db4c34e # v2.81.7 + - uses: taiki-e/install-action@7a79fe8c3a13344501c80d99cae481c1c9085912 # v2.81.10 with: tool: cargo-tarpaulin - name: Run cargo-tarpaulin