From 5f5de483f66ad5c78157d8e974c7e7b4a13c286f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 21:28:04 +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 0c058ac7..8569b274 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - 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 83dd281e..2b92a90f 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 4b07af0d..5e551cd3 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 35b2b2c4..10e1cef0 100644 --- a/.github/workflows/wasm.yml +++ b/.github/workflows/wasm.yml @@ -19,7 +19,7 @@ jobs: uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1 - name: Cache - uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2.7.0 + uses: Swatinem/rust-cache@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8 # v2.7.1 - name: WASM pkg run: |