Skip to content

Commit 13cb033

Browse files
committed
Update deprecated version of actions/cache
This should fix the build workflow. The version currently listed is unsupported.
1 parent 31e6175 commit 13cb033

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- name: Get SM pkg
3939
run: ./tools/get_sm.sh
4040
- name: ccache cache files
41-
uses: actions/cache@v1.1.0
41+
uses: actions/cache@v4
4242
with:
4343
path: ~/.ccache
4444
key: ${{ runner.os }}-${{ hashFiles('**/mozjs.tar.xz') }}

0 commit comments

Comments
 (0)