From d866e49437ec54a15995522caef5164f7e022036 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Feb 2023 14:08:06 +0000 Subject: [PATCH] Bump swatinem/rust-cache from 2.2.0 to 2.2.1 Bumps [swatinem/rust-cache](https://github.com/swatinem/rust-cache) from 2.2.0 to 2.2.1. - [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/v2.2.0...v2.2.1) --- updated-dependencies: - dependency-name: swatinem/rust-cache dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/push-rust.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/push-rust.yml b/.github/workflows/push-rust.yml index 69bb2be..9f9a7e2 100644 --- a/.github/workflows/push-rust.yml +++ b/.github/workflows/push-rust.yml @@ -29,7 +29,7 @@ jobs: components: clippy - name: Cache build artifacts - uses: swatinem/rust-cache@v2.2.0 + uses: swatinem/rust-cache@v2.2.1 - name: Run Clippy uses: actions-rs/cargo@v1 @@ -77,7 +77,7 @@ jobs: override: true - name: Cache build artifacts - uses: swatinem/rust-cache@v2.2.0 + uses: swatinem/rust-cache@v2.2.1 - name: Determine whether to measure test coverage id: coverage