From 8713ce026255c699a9a349fc02287a4a1b4c5cff Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 23:11:27 +0000 Subject: [PATCH] chore(deps): update swatinem/rust-cache action to v2.7.2 --- .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 8569b274..dd0e9c96 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@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8 # v2.7.1 + uses: Swatinem/rust-cache@a22603398250b864f7190077025cf752307154dc # v2.7.2 - name: Format run: cargo fmt --all -- --check diff --git a/.github/workflows/nostd.yml b/.github/workflows/nostd.yml index 2b92a90f..e9a82357 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@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8 # v2.7.1 + uses: Swatinem/rust-cache@a22603398250b864f7190077025cf752307154dc # v2.7.2 - name: Check run: cargo check --no-default-features --all-targets diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5e551cd3..d64a15ec 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@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8 # v2.7.1 + uses: Swatinem/rust-cache@a22603398250b864f7190077025cf752307154dc # v2.7.2 - name: Build uses: actions-rs/cargo@844f36862e911db73fe0815f00a4a2602c279505 # v1.0.3 diff --git a/.github/workflows/wasm.yml b/.github/workflows/wasm.yml index 10e1cef0..a2f3a7fb 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@3cf7f8cc28d1b4e7d01e3783be10a97d55d483c8 # v2.7.1 + uses: Swatinem/rust-cache@a22603398250b864f7190077025cf752307154dc # v2.7.2 - name: WASM pkg run: |