From 38287e84624af3337f781fa947ad08c44becfbf8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 14:18:40 +0000 Subject: [PATCH] build(deps): bump taiki-e/install-action from 2.27.10 to 2.28.1 Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.27.10 to 2.28.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/4ce8785db2a8a56c9ede16f705c2c49c5c61669c...dabb9c1ee51c21c545764a0d517f069ff52e6477) --- 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 445364ca..a54796c8 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@4ce8785db2a8a56c9ede16f705c2c49c5c61669c # v2.27.10 + - uses: taiki-e/install-action@dabb9c1ee51c21c545764a0d517f069ff52e6477 # v2.28.1 with: tool: cargo-tarpaulin - name: Generate unit-tests coverage