From 9a73c88c40a7b31221f1ceba26154082a3d4b38a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 11 Feb 2024 13:41:44 +0000 Subject: [PATCH] chore(deps): update swatinem/rust-cache action to v2.7.3 --- .github/workflows/build.yml | 2 +- .github/workflows/lint.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 10e60e7..be73985 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -33,7 +33,7 @@ jobs: toolchain: ${{ matrix.toolchain }} override: true - - uses: Swatinem/rust-cache@v2.0.0 + - uses: Swatinem/rust-cache@v2.7.3 - name: Test Dev run: cargo test --all-features --workspace diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index fccfe0d..bc6ef84 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -21,7 +21,7 @@ jobs: with: toolchain: stable - - uses: Swatinem/rust-cache@v2.0.0 + - uses: Swatinem/rust-cache@v2.7.3 - name: Run fmt run: cargo fmt -- --check