Skip to content

Commit 78893c9

Browse files
committed
Updated the ci yaml
1 parent 8592ed4 commit 78893c9

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
run: echo "::set-output name=dir::$(yarn cache dir)"
2525

2626
- name: Cache yarn cache
27-
uses: actions/cache@v2
27+
uses: actions/cache@v3
2828
id: cache-yarn-cache
2929
with:
3030
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
@@ -33,8 +33,8 @@ jobs:
3333
${{ runner.os }}-yarn-
3434
3535
- name: Cache node_modules
36+
uses: actions/cache@v3
3637
id: cache-node-modules
37-
uses: actions/cache@v2
3838
with:
3939
path: node_modules
4040
key: ${{ runner.os }}-${{ matrix.node-version }}-nodemodules-${{ hashFiles('**/yarn.lock') }}
@@ -73,4 +73,4 @@ jobs:
7373
uses: magefile/mage-action@v1
7474
with:
7575
version: latest
76-
args: buildAll
76+
args: buildAll

0 commit comments

Comments
 (0)