diff --git a/.github/workflows/setup-rust-cache/action.yml b/.github/workflows/setup-rust-cache/action.yml index a70870f3..f359ed35 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.