From acee247494750c13f442bc608ac375c4ec2d0ad4 Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Sat, 27 Apr 2024 00:43:32 -0700 Subject: [PATCH] update --- .github/workflows/autofix-rust.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/autofix-rust.yml b/.github/workflows/autofix-rust.yml index faa74c5a5fbd..b38f6ed6d2b0 100644 --- a/.github/workflows/autofix-rust.yml +++ b/.github/workflows/autofix-rust.yml @@ -39,17 +39,17 @@ jobs: toolchain: nightly components: rustfmt, clippy + - name: Sccache cache + uses: mozilla-actions/sccache-action@v0.0.3 + with: + version: "v0.4.0" + - name: Install cargo-machete uses: actions-rs/cargo@v1 with: command: install args: cargo-machete - - name: Sccache cache - uses: mozilla-actions/sccache-action@v0.0.3 - with: - version: "v0.4.0" - - name: Cargo registry cache uses: actions/cache@v3 with: