From 813300e3bc51be60b9330ef75e8373e73b64ed99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 18 Nov 2022 01:07:30 +0000 Subject: [PATCH] Bump swatinem/rust-cache from 1 to 2 Bumps [swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 1 to 2. - [Release notes](https://github.com/swatinem/rust-cache/releases) - [Changelog](https://github.com/Swatinem/rust-cache/blob/master/CHANGELOG.md) - [Commits](https://github.com/swatinem/rust-cache/compare/v1...v2) --- updated-dependencies: - dependency-name: swatinem/rust-cache dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index c8313cd0..edc08e1e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: with: toolchain: ${{ matrix.rust }} override: true - - uses: swatinem/rust-cache@v1 + - uses: swatinem/rust-cache@v2 - name: cargo-check uses: actions-rs/cargo@v1 with: @@ -52,7 +52,7 @@ jobs: with: toolchain: ${{ matrix.rust }} override: true - - uses: swatinem/rust-cache@v1 + - uses: swatinem/rust-cache@v2 - name: cargo-test uses: actions-rs/cargo@v1 with: @@ -106,7 +106,7 @@ jobs: with: toolchain: 1.60.0 override: true - - uses: swatinem/rust-cache@v1 + - uses: swatinem/rust-cache@v2 - run: rustup component add clippy - name: cargo-clippy run: cargo clippy --all --all-targets --all-features