From a5773ef6e03d518bbf1573e98d017ba91efb0985 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 10 Jan 2024 20:18:32 +0000 Subject: [PATCH] chore(deps): update swatinem/rust-cache digest to a226033 --- .github/workflows/ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7170230..11a756e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -31,7 +31,7 @@ jobs: toolchain: ${{ env.MSRV }} - name: 💨 Cache Rust artifacts - uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2 + uses: Swatinem/rust-cache@a22603398250b864f7190077025cf752307154dc # v2 - name: ⚙️ Run tests run: cargo test -p ogg_next_sys -p aotuv_lancer_vorbis_sys -p vorbis_rs @@ -84,7 +84,7 @@ jobs: run: sudo apt update && sudo apt install -yq gcc-aarch64-linux-gnu libc6-arm64-cross qemu-user - name: 💨 Cache Rust artifacts - uses: Swatinem/rust-cache@a95ba195448af2da9b00fb742d14ffaaf3c21f43 # v2 + uses: Swatinem/rust-cache@a22603398250b864f7190077025cf752307154dc # v2 - name: '🔍 Static analysis: run Clippy' uses: giraffate/clippy-action@13b9d32482f25d29ead141b79e7e04e7900281e0 # v1