From b781eaba5a9d8b478bff31511ca7ec1f334b5865 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 14 Sep 2023 22:46:26 +0000 Subject: [PATCH] chore(deps): update swatinem/rust-cache action to v2.7.0 --- .github/workflows/nostd.yml | 2 +- .github/workflows/tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/nostd.yml b/.github/workflows/nostd.yml index eb634a0a..365d3114 100644 --- a/.github/workflows/nostd.yml +++ b/.github/workflows/nostd.yml @@ -30,7 +30,7 @@ jobs: toolchain: ${{matrix.rust}} - name: Cache - uses: Swatinem/rust-cache@e207df5d269b42b69c8bc5101da26f7d31feddb4 # v2.6.2 + uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2.7.0 - name: Check run: cargo check --no-default-features --all-targets diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 040f904c..3398245a 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -33,7 +33,7 @@ jobs: override: true - name: Cache - uses: Swatinem/rust-cache@e207df5d269b42b69c8bc5101da26f7d31feddb4 # v2.6.2 + uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2.7.0 - name: Format uses: actions-rs/cargo@844f36862e911db73fe0815f00a4a2602c279505 # v1.0.3