From 4878e74995f226d8741baf1a808799e9c464739a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Nov 2023 08:21:41 +0000 Subject: [PATCH] build(deps): bump taiki-e/install-action from 2.21.16 to 2.21.18 (#320) Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.21.16 to 2.21.18. - [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/dd2be0d4c91c3f760b208b1d954dd582cdd782fe...8f354f35e51028c902e8ab954045e37739acf562) --- updated-dependencies: - dependency-name: taiki-e/install-action dependency-type: direct:production update-type: version-update:semver-patch ... 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 ff3dd131..fce5f790 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@dd2be0d4c91c3f760b208b1d954dd582cdd782fe + uses: taiki-e/install-action@8f354f35e51028c902e8ab954045e37739acf562 with: tool: cargo-tarpaulin checksum: true