We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c6991e commit 8c8e2f8Copy full SHA for 8c8e2f8
.github/actions/setup-sccache/action.yml
@@ -63,13 +63,13 @@ runs:
63
64
- name: Setup sccache (remote)
65
if: inputs.aws-arn != '' && steps.aws-credentials.outcome == 'success'
66
- uses: thebrowsercompany/ccache-action@2bb339feaeb58ab618f79d7ab9e5dda7a73f3beb # main
+ uses: hendrikmuhs/ccache-action@63069e3931dedbf3b63792097479563182fe70d1 # v1.2.18
67
with:
68
variant: sccache
69
70
- name: Setup sccache (local)
71
if: inputs.aws-arn == ''
72
73
74
max-size: ${{ inputs.disk-max-size }}
75
key: ${{ inputs.disk-cache-key }}
0 commit comments