From 934f9368c1569bbeeb1999a864139b3aead86916 Mon Sep 17 00:00:00 2001 From: Martin Geisler Date: Thu, 27 Apr 2023 10:25:02 -0700 Subject: [PATCH] Remove unnecessary cache key (#586) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit They caches have been refreshed long ago. I'm no longer sure which #1322 I was referring to in the comment — it might have been a weird typo for #552. --- .github/workflows/setup-rust-cache/action.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/setup-rust-cache/action.yml b/.github/workflows/setup-rust-cache/action.yml index a70870f3010..f359ed35b31 100644 --- a/.github/workflows/setup-rust-cache/action.yml +++ b/.github/workflows/setup-rust-cache/action.yml @@ -7,5 +7,3 @@ runs: steps: - name: Setup Rust cache uses: Swatinem/rust-cache@v2 - with: - prefix-key: v1 # Remove after merging #1322.