From 911ab056d92e83a940c9b58e08f524c68cbd654c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Feb 2024 15:35:32 +0000 Subject: [PATCH] build(deps): bump taiki-e/install-action from 2.27.9 to 2.27.10 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.27.9 to 2.27.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/b7add58e53e52e624966da65007ce24524f3dcf3...4ce8785db2a8a56c9ede16f705c2c49c5c61669c) --- updated-dependencies: - dependency-name: taiki-e/install-action 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 38a61836..67e4d1a1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -77,7 +77,7 @@ jobs: profile: minimal toolchain: stable override: true - - uses: taiki-e/install-action@b7add58e53e52e624966da65007ce24524f3dcf3 # v2.27.9 + - uses: taiki-e/install-action@4ce8785db2a8a56c9ede16f705c2c49c5c61669c # v2.27.10 with: tool: cargo-tarpaulin - name: Generate unit-tests coverage