Skip to content

Commit 8c8e2f8

Browse files
mhegazycompnerd
authored andcommitted
Update to v1.2.18
1 parent 3c6991e commit 8c8e2f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/actions/setup-sccache/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,13 +63,13 @@ runs:
6363

6464
- name: Setup sccache (remote)
6565
if: inputs.aws-arn != '' && steps.aws-credentials.outcome == 'success'
66-
uses: thebrowsercompany/ccache-action@2bb339feaeb58ab618f79d7ab9e5dda7a73f3beb # main
66+
uses: hendrikmuhs/ccache-action@63069e3931dedbf3b63792097479563182fe70d1 # v1.2.18
6767
with:
6868
variant: sccache
6969

7070
- name: Setup sccache (local)
7171
if: inputs.aws-arn == ''
72-
uses: thebrowsercompany/ccache-action@2bb339feaeb58ab618f79d7ab9e5dda7a73f3beb # main
72+
uses: hendrikmuhs/ccache-action@63069e3931dedbf3b63792097479563182fe70d1 # v1.2.18
7373
with:
7474
max-size: ${{ inputs.disk-max-size }}
7575
key: ${{ inputs.disk-cache-key }}

0 commit comments

Comments
 (0)