From 2c9c23c3a39074e334f701ea02f9f2a720cafba9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 14:16:04 +0000 Subject: [PATCH] build(deps): bump taiki-e/install-action from 2.26.18 to 2.27.2 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.26.18 to 2.27.2. - [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/5794068c211bc8f5f4514b7c3f03d6adbe66f1b7...6943331e01261cdff7420bbc2508cb463574e404) --- updated-dependencies: - dependency-name: taiki-e/install-action 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 1f8f5024..ed807fa7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -95,7 +95,7 @@ jobs: profile: minimal toolchain: stable override: true - - uses: taiki-e/install-action@5794068c211bc8f5f4514b7c3f03d6adbe66f1b7 # v2.26.18 + - uses: taiki-e/install-action@6943331e01261cdff7420bbc2508cb463574e404 # v2.27.2 with: tool: cargo-tarpaulin - name: Generate unit-tests coverage