We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d8787c4 commit 0722e61Copy full SHA for 0722e61
.github/actions/setup-sccache/action.yml
@@ -22,7 +22,7 @@ runs:
22
shell: bash
23
24
- name: Setup sccache
25
- uses: jonashaag/ccache-action@sccache-3
+ uses: jonashaag/ccache-action@main
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