From 3bede58059ff5ffba1438089fe9f36a3a13a8932 Mon Sep 17 00:00:00 2001 From: Meng Zhang Date: Sat, 27 Apr 2024 00:32:03 -0700 Subject: [PATCH] update --- .github/workflows/autofix-rust.yml | 6 +++--- .github/workflows/bloat.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/autofix-rust.yml b/.github/workflows/autofix-rust.yml index 2a467adcf67d..1131ad193557 100644 --- a/.github/workflows/autofix-rust.yml +++ b/.github/workflows/autofix-rust.yml @@ -48,10 +48,10 @@ jobs: - name: Cargo registry cache uses: actions/cache@v3 with: - key: cargo-autofix-${{ runner.os }}-${{ hashFiles('**/Cargo.toml') }}-${{ github.sha }} + key: cargo-${{ runner.os }}-${{ hashFiles('**/Cargo.toml') }}-${{ github.sha }} restore-keys: | - cargo-autofix-${{ runner.os }}-${{ hashFiles('**/Cargo.toml') }}- - cargo-autofix-${{ runner.os }}- + cargo-${{ runner.os }}-${{ hashFiles('**/Cargo.toml') }}- + cargo-${{ runner.os }}- path: | ~/.cargo/registry ~/.cargo/git diff --git a/.github/workflows/bloat.yml b/.github/workflows/bloat.yml index 41228408c0b6..9c81779d6761 100644 --- a/.github/workflows/bloat.yml +++ b/.github/workflows/bloat.yml @@ -24,10 +24,10 @@ jobs: - name: Cargo registry cache uses: actions/cache@v3 with: - key: cargo-bloat-${{ runner.os }}-${{ hashFiles('**/Cargo.toml') }}-${{ github.sha }} + key: cargo-${{ runner.os }}-${{ hashFiles('**/Cargo.toml') }}-${{ github.sha }} restore-keys: | - cargo-bloat-${{ runner.os }}-${{ hashFiles('**/Cargo.toml') }}- - cargo-bloat-${{ runner.os }}- + cargo-${{ runner.os }}-${{ hashFiles('**/Cargo.toml') }}- + cargo-${{ runner.os }}- path: | ~/.cargo/registry ~/.cargo/git