From 4ece340cb505cff6c4ffc532f74b108b58d3b725 Mon Sep 17 00:00:00 2001 From: aradwann Date: Tue, 12 Nov 2024 11:04:33 +0200 Subject: [PATCH] bump mozilla-actions/sccache-action --- .github/workflows/binaries.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/binaries.yml b/.github/workflows/binaries.yml index 459bbe0f79..2cc73d8039 100644 --- a/.github/workflows/binaries.yml +++ b/.github/workflows/binaries.yml @@ -76,7 +76,7 @@ jobs: run: rustup target add aarch64-apple-darwin - name: Run sccache-cache - uses: mozilla-actions/sccache-action@v0.0.4 + uses: mozilla-actions/sccache-action@v0.0.6 - name: Cache Rust uses: Swatinem/rust-cache@v2