From 08bc1a491286ce6164eb562d7753ab260ba0ce72 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 7 Jan 2024 07:47:56 +0000 Subject: [PATCH] build(deps): bump taiki-e/install-action from 2.23.7 to 2.23.9 (#334) Bumps [taiki-e/install-action](https://github.com/taiki-e/install-action) from 2.23.7 to 2.23.9. - [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/56ab7930c591507f833cbaed864d201386d518a8...c63cad0540fb5357c70e2481e3da40d7649add24) --- 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 c9fb3943..1e555225 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@56ab7930c591507f833cbaed864d201386d518a8 + uses: taiki-e/install-action@c63cad0540fb5357c70e2481e3da40d7649add24 with: tool: cargo-tarpaulin checksum: true