diff --git a/.github/workflows/branch-checks.yml b/.github/workflows/branch-checks.yml index 485b7ed8b..55a4d13f4 100644 --- a/.github/workflows/branch-checks.yml +++ b/.github/workflows/branch-checks.yml @@ -119,7 +119,7 @@ jobs: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 - name: Configure GHA sccache backend - uses: mozilla-actions/sccache-action@9e7fa8a12102821edf02ca5dbea1acd0f89a2696 # v0.0.10 + uses: mozilla-actions/sccache-action@fc920bf0ec8de6ee65d409111f7ec508035751ba # v0.0.11 - name: Install tools run: mise install --locked @@ -177,7 +177,7 @@ jobs: echo "$HOME/.local/share/mise/shims" >> "$GITHUB_PATH" - name: Configure GHA sccache backend - uses: mozilla-actions/sccache-action@9e7fa8a12102821edf02ca5dbea1acd0f89a2696 # v0.0.10 + uses: mozilla-actions/sccache-action@fc920bf0ec8de6ee65d409111f7ec508035751ba # v0.0.11 - name: Install Rust and Clippy run: | diff --git a/.github/workflows/rust-cache-seed.yml b/.github/workflows/rust-cache-seed.yml index ed6d1028a..95bc8307b 100644 --- a/.github/workflows/rust-cache-seed.yml +++ b/.github/workflows/rust-cache-seed.yml @@ -42,7 +42,7 @@ jobs: run: mise install --locked - name: Configure GHA sccache backend - uses: mozilla-actions/sccache-action@9e7fa8a12102821edf02ca5dbea1acd0f89a2696 # v0.0.10 + uses: mozilla-actions/sccache-action@fc920bf0ec8de6ee65d409111f7ec508035751ba # v0.0.11 - name: Cache Rust target and registry uses: Swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2 diff --git a/.github/workflows/rust-native-build.yml b/.github/workflows/rust-native-build.yml index f024cacc5..7934194c8 100644 --- a/.github/workflows/rust-native-build.yml +++ b/.github/workflows/rust-native-build.yml @@ -111,7 +111,7 @@ jobs: - name: Configure GHA sccache backend # Exposes ACTIONS_CACHE_URL / ACTIONS_RUNTIME_TOKEN before `mise install` # compiles cargo-installed tools through RUSTC_WRAPPER=sccache. - uses: mozilla-actions/sccache-action@9e7fa8a12102821edf02ca5dbea1acd0f89a2696 # v0.0.10 + uses: mozilla-actions/sccache-action@fc920bf0ec8de6ee65d409111f7ec508035751ba # v0.0.11 - name: Install tools run: mise install --locked