From 20568457c0fbbc48b6f9601d15ba2e3c17e22c13 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 24 Nov 2022 21:43:58 +0900 Subject: [PATCH] Bump Swatinem/rust-cache from 1 to 2 (#5) 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] Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/everything.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/everything.yml b/.github/workflows/everything.yml index f9a3c3d..e6e7a06 100644 --- a/.github/workflows/everything.yml +++ b/.github/workflows/everything.yml @@ -29,7 +29,7 @@ jobs: profile: minimal - name: Restore Rust Cache - uses: Swatinem/rust-cache@v1 + uses: Swatinem/rust-cache@v2 - name: Run Lints if: github.event_name == 'push' @@ -71,7 +71,7 @@ jobs: profile: minimal - name: Restore Rust Cache - uses: Swatinem/rust-cache@v1 + uses: Swatinem/rust-cache@v2 - name: Run Tests run: cargo test --all-features @@ -98,7 +98,7 @@ jobs: profile: minimal - name: Restore Rust Cache - uses: Swatinem/rust-cache@v1 + uses: Swatinem/rust-cache@v2 - name: Run cargo publish --dry-run if: github.event_name == 'push' && github.ref == 'refs/heads/master'