From bc1d37f8224d67395bcbf91516b826571e4580c2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 21 Jun 2024 23:39:13 +0000 Subject: [PATCH] chore(deps): pin mozilla-actions/sccache-action action to 89e9040 --- .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 6a26cce..e636a50 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -35,7 +35,7 @@ jobs: toolchain: ${{ env.MSRV }} - name: 💨 Set up sccache - uses: mozilla-actions/sccache-action@v0.0.5 + uses: mozilla-actions/sccache-action@89e9040de88b577a072e3760aaf59f585da083af # v0.0.5 - name: ⚙️ Run tests run: cargo test -p ogg_next_sys -p aotuv_lancer_vorbis_sys -p vorbis_rs @@ -88,7 +88,7 @@ jobs: run: sudo apt update && sudo apt install -yq gcc-aarch64-linux-gnu libc6-arm64-cross qemu-user - name: 💨 Set up sccache - uses: mozilla-actions/sccache-action@v0.0.5 + uses: mozilla-actions/sccache-action@89e9040de88b577a072e3760aaf59f585da083af # v0.0.5 - name: '🔍 Static analysis: run Clippy' uses: giraffate/clippy-action@13b9d32482f25d29ead141b79e7e04e7900281e0 # v1