From 9fa8c56402e16a4aff4b436506ccf514774368e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 10 Sep 2023 14:03:18 +0000 Subject: [PATCH] build(deps): bump taiki-e/install-action from 2.17.8 to 2.18.6 (#284) Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.17.8 to 2.18.6. - [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/6801bd56b9711500292d943350f0b1f3559d7acb...b89cfc4cdbf6930a4276f4c1d662f3217ef3edae) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 ff3a1a6c..cbfcc67c 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@6801bd56b9711500292d943350f0b1f3559d7acb + uses: taiki-e/install-action@b89cfc4cdbf6930a4276f4c1d662f3217ef3edae with: tool: cargo-tarpaulin checksum: true