File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 23
23
run : echo "$PWD/bin" >> $GITHUB_PATH
24
24
25
25
- name : Restore ~/.mx/cache
26
- uses : actions/cache@v2
26
+ uses : actions/cache@v3
27
27
with :
28
28
path : ~/.mx/cache
29
29
key : mx-cache-lint-${{ runner.os }}-${{ hashFiles('common.json') }}
59
59
run : echo "$PWD/bin" >> $GITHUB_PATH
60
60
61
61
- name : Restore ~/.mx/cache
62
- uses : actions/cache@v2
62
+ uses : actions/cache@v3
63
63
with :
64
64
path : ~/.mx/cache
65
65
key : mx-cache-build-${{ runner.os }}-${{ hashFiles('build/common.json') }}
@@ -100,7 +100,7 @@ jobs:
100
100
run : echo "$PWD/bin" >> $GITHUB_PATH
101
101
102
102
- name : Restore ~/.mx/cache
103
- uses : actions/cache@v2
103
+ uses : actions/cache@v3
104
104
with :
105
105
path : ~/.mx/cache
106
106
key : mx-cache-build-native-${{ runner.os }}-${{ hashFiles('build/common.json') }}
You can’t perform that action at this time.
0 commit comments