There was a bug for a while that required the version to be specified, the version spec needs to be removed from github actions workflows:
bad:
- name: Setup sccache
uses: mozilla-actions/sccache-action@v0.0.9
with:
version: "v0.4.2"
good (if with is empty, remove it:
- name: Setup sccache
uses: mozilla-actions/sccache-action@v0.0.9