We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8592ed4 commit 78893c9Copy full SHA for 78893c9
.github/workflows/ci.yaml
@@ -24,7 +24,7 @@ jobs:
24
run: echo "::set-output name=dir::$(yarn cache dir)"
25
26
- name: Cache yarn cache
27
- uses: actions/cache@v2
+ uses: actions/cache@v3
28
id: cache-yarn-cache
29
with:
30
path: ${{ steps.yarn-cache-dir-path.outputs.dir }}
@@ -33,8 +33,8 @@ jobs:
33
${{ runner.os }}-yarn-
34
35
- name: Cache node_modules
36
37
id: cache-node-modules
38
39
path: node_modules
40
key: ${{ runner.os }}-${{ matrix.node-version }}-nodemodules-${{ hashFiles('**/yarn.lock') }}
@@ -73,4 +73,4 @@ jobs:
73
uses: magefile/mage-action@v1
74
75
version: latest
76
- args: buildAll
+ args: buildAll
0 commit comments