From 81e741e3df764312ac5cb5dd7efb9e982c0f25c3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 21 Oct 2023 09:47:41 +0000 Subject: [PATCH] chore(deps): update swatinem/rust-cache action to v2.7.1 --- .github/workflows/lint.yml | 2 +- .github/workflows/nostd.yml | 2 +- .github/workflows/tests.yml | 2 +- .github/workflows/wasm.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 1a4ee7bf..b2955c03 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 - name: Cache - uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2.7.0 + uses: Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8 # v2.7.1 - name: Format run: cargo fmt --all -- --check diff --git a/.github/workflows/nostd.yml b/.github/workflows/nostd.yml index e52ad5a5..fb29c875 100644 --- a/.github/workflows/nostd.yml +++ b/.github/workflows/nostd.yml @@ -28,7 +28,7 @@ jobs: run: rustup default ${{matrix.rust}} - name: Cache - uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2.7.0 + uses: Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8 # v2.7.1 - name: Check run: cargo check --no-default-features --all-targets diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 036c74c9..6640408e 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -28,7 +28,7 @@ jobs: run: rustup default ${{matrix.rust}} - name: Cache - uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2.7.0 + uses: Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8 # v2.7.1 - name: Build uses: actions-rs/cargo@844f36862e911db73fe0815f00a4a2602c279505 # v1.0.3 diff --git a/.github/workflows/wasm.yml b/.github/workflows/wasm.yml index 07a92ab0..9c5ff773 100644 --- a/.github/workflows/wasm.yml +++ b/.github/workflows/wasm.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 # v4.1.0 - name: Cache - uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2.7.0 + uses: Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8 # v2.7.1 - name: WASM pkg run: |