From af3f6de22fb92a22b5ee4eb5906941f6e82108f8 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Sun, 14 Apr 2024 21:39:09 -0400 Subject: [PATCH] flush cache --- .github/actions/cache/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/actions/cache/action.yml b/.github/actions/cache/action.yml index 702d82483b6f8..c95c640ddf27a 100644 --- a/.github/actions/cache/action.yml +++ b/.github/actions/cache/action.yml @@ -17,5 +17,5 @@ runs: shell: bash - uses: Swatinem/rust-cache@23bce251a8cd2ffc3c1075eaa2367cf899916d84 # v2.7.3 with: - key: ${{ steps.normalized-key.outputs.key }}-2 + key: ${{ steps.normalized-key.outputs.key }}-3 workspaces: "./src/rust/ -> target"