From 8ea124005f7bb997103097927801397b1d651cc5 Mon Sep 17 00:00:00 2001 From: Mattias Granlund Date: Thu, 24 Oct 2024 15:14:57 +0200 Subject: [PATCH] Change gh actions rust cache key - different dependencies -> different cache --- .github/actions/check-crate/action.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/check-crate/action.yaml b/.github/actions/check-crate/action.yaml index f3c4aedf19..bba6a84a7a 100644 --- a/.github/actions/check-crate/action.yaml +++ b/.github/actions/check-crate/action.yaml @@ -10,7 +10,7 @@ runs: - name: Rust Cache uses: Swatinem/rust-cache@v2.7.3 with: - shared-key: unix-rust-testing + shared-key: unix-rust-testing-v2 key: ${{ inputs.features }} - run: |