diff --git a/.github/workflows/setup-rust-cache/action.yml b/.github/workflows/setup-rust-cache/action.yml index a01726d5..ff123aaa 100644 --- a/.github/workflows/setup-rust-cache/action.yml +++ b/.github/workflows/setup-rust-cache/action.yml @@ -19,4 +19,3 @@ runs: save-if: ${{ github.ref == 'refs/heads/main' }} # Further, save the cache per key - e.g. language grouping. key: ${{ inputs.key }} - prefix-key: v1-rust