From 06ad0218ece040aa3b4c1940a3fc9c911a0847d4 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 27 Sep 2024 13:22:21 +0000 Subject: [PATCH] chore(deps): update mozilla-actions/sccache-action action to v0.0.6 --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1d4aef5..1454a09 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -37,7 +37,7 @@ jobs: shared-key: "shared" # To allow reuse across jobs - name: Rust Compile Cache - uses: mozilla-actions/sccache-action@v0.0.5 + uses: mozilla-actions/sccache-action@v0.0.6 - name: Rust Compile Cache Config shell: bash # echo "CARGO_LOG=cargo::core::compiler::fingerprint=info" >> $GITHUB_ENV