We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bc47ec commit 2584771Copy full SHA for 2584771
.github/actions/setup-ccache/action.yml
@@ -13,6 +13,6 @@ runs:
13
14
- name: Setup ccache
15
#uses: hendrikmuhs/ccache-action@940a79df1711f4d50b87e19ddf3b0a3c182abe68
16
- uses: jonashaag/ccache-action@remember-key
+ uses: jonashaag/ccache-action@71cb3a2647d89122d4b64e7360d6e42627a23051
17
with:
18
key: 1-${{ runner.os }}--${{ runner.arch }}--${{ github.workflow }}--${{ steps.get-date.outputs.today }}--${{ inputs.extra-cache-key }}
0 commit comments