We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 31e6175 commit 13cb033Copy full SHA for 13cb033
1 file changed
.github/workflows/build.yml
@@ -38,7 +38,7 @@ jobs:
38
- name: Get SM pkg
39
run: ./tools/get_sm.sh
40
- name: ccache cache files
41
- uses: actions/cache@v1.1.0
+ uses: actions/cache@v4
42
with:
43
path: ~/.ccache
44
key: ${{ runner.os }}-${{ hashFiles('**/mozjs.tar.xz') }}
0 commit comments