diff --git a/action.yml b/action.yml index 83ad2f3..d6ea831 100644 --- a/action.yml +++ b/action.yml @@ -47,9 +47,9 @@ runs: id: cache with: path: "${{ format('{0}\n{1}\n{2}\n{3}', steps.paths.outputs.artifacts-path, steps.paths.outputs.packages-path, steps.paths.outputs.registries-path, steps.paths.outputs.precompilation-cache-path) }}" - key: ${{ runner.os }}-test-${{ inputs.cache-name }}-${{ hashFiles('**/Project.toml') }} + key: ${{ runner.os }}-${{ inputs.cache-name }}-${{ hashFiles('**/Project.toml') }} restore-keys: | - ${{ runner.os }}-test-${{ inputs.cache-name }}- + ${{ runner.os }}-${{ inputs.cache-name }}- - id: hit run: echo "cache-hit=$CACHE_HIT" >> $GITHUB_OUTPUT