We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0722e61 commit 0ca2d40Copy full SHA for 0ca2d40
.github/actions/setup-sccache/action.yml
@@ -22,7 +22,7 @@ runs:
22
shell: bash
23
24
- name: Setup sccache
25
- uses: jonashaag/ccache-action@main
+ uses: hendrikmuhs/ccache-action@v1.1
26
with:
27
variant: sccache
28
key: ${{ runner.os }}--${{ runner.arch }}--${{ github.workflow }}--${{ steps.get-date.outputs.today }}--${{ inputs.extra-cache-key }}
0 commit comments