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 d5d8d65 commit 7c0301bCopy full SHA for 7c0301b
.github/workflows/ci.yml
@@ -19,7 +19,7 @@ jobs:
19
- name: git checkout
20
uses: actions/checkout@v2
21
- name: Cache yarn dependencies
22
- uses: actions/cache@v1
+ uses: actions/cache@v2
23
with:
24
path: ${{steps.find-yarn-cache.outputs.dir}}
25
key: ${{runner.os}}-node${{matrix.node-version}}-yarn-${{hashFiles('**/yarn.lock')}}
@@ -42,7 +42,7 @@ jobs:
42
43
44
45
46
47
48
key: ${{runner.os}}-node${{env.DEPLOY_NODE_VERSION}}-yarn-${{hashFiles('**/yarn.lock')}}
0 commit comments