Skip to content

Commit 605004c

Browse files
committed
Update to actions/cache@v3
1 parent af02b4e commit 605004c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: echo "$PWD/bin" >> $GITHUB_PATH
2424

2525
- name: Restore ~/.mx/cache
26-
uses: actions/cache@v2
26+
uses: actions/cache@v3
2727
with:
2828
path: ~/.mx/cache
2929
key: mx-cache-lint-${{ runner.os }}-${{ hashFiles('common.json') }}
@@ -59,7 +59,7 @@ jobs:
5959
run: echo "$PWD/bin" >> $GITHUB_PATH
6060

6161
- name: Restore ~/.mx/cache
62-
uses: actions/cache@v2
62+
uses: actions/cache@v3
6363
with:
6464
path: ~/.mx/cache
6565
key: mx-cache-build-${{ runner.os }}-${{ hashFiles('build/common.json') }}
@@ -100,7 +100,7 @@ jobs:
100100
run: echo "$PWD/bin" >> $GITHUB_PATH
101101

102102
- name: Restore ~/.mx/cache
103-
uses: actions/cache@v2
103+
uses: actions/cache@v3
104104
with:
105105
path: ~/.mx/cache
106106
key: mx-cache-build-native-${{ runner.os }}-${{ hashFiles('build/common.json') }}

0 commit comments

Comments
 (0)