From 2e3116d48a4120d7c3540382edb5eccb2b95408d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Apr 2024 20:53:13 +0000 Subject: [PATCH] Bump taiki-e/cache-cargo-install-action from 1 to 2 Bumps [taiki-e/cache-cargo-install-action](https://github.com/taiki-e/cache-cargo-install-action) from 1 to 2. - [Release notes](https://github.com/taiki-e/cache-cargo-install-action/releases) - [Changelog](https://github.com/taiki-e/cache-cargo-install-action/blob/main/CHANGELOG.md) - [Commits](https://github.com/taiki-e/cache-cargo-install-action/compare/v1...v2) --- updated-dependencies: - dependency-name: taiki-e/cache-cargo-install-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 6389653b262..d667aa84643 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -74,7 +74,7 @@ jobs: workspaces: "./quickwit -> target" - name: Install nextest if: always() && steps.modified.outputs.rust_src == 'true' - uses: taiki-e/cache-cargo-install-action@v1 + uses: taiki-e/cache-cargo-install-action@v2 with: tool: cargo-nextest - name: cargo nextest @@ -127,7 +127,7 @@ jobs: workspaces: "./quickwit -> target" - name: Install cargo deny if: always() && steps.modified.outputs.rust_src == 'true' - uses: taiki-e/cache-cargo-install-action@v1 + uses: taiki-e/cache-cargo-install-action@v2 with: tool: cargo-deny - name: cargo clippy