Skip to content

Commit 7c0301b

Browse files
chore(deps): update actions/cache action to v2 (#3)
Co-authored-by: Renovate Bot <[email protected]>
1 parent d5d8d65 commit 7c0301b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: git checkout
2020
uses: actions/checkout@v2
2121
- name: Cache yarn dependencies
22-
uses: actions/cache@v1
22+
uses: actions/cache@v2
2323
with:
2424
path: ${{steps.find-yarn-cache.outputs.dir}}
2525
key: ${{runner.os}}-node${{matrix.node-version}}-yarn-${{hashFiles('**/yarn.lock')}}
@@ -42,7 +42,7 @@ jobs:
4242
- name: git checkout
4343
uses: actions/checkout@v2
4444
- name: Cache yarn dependencies
45-
uses: actions/cache@v1
45+
uses: actions/cache@v2
4646
with:
4747
path: ${{steps.find-yarn-cache.outputs.dir}}
4848
key: ${{runner.os}}-node${{env.DEPLOY_NODE_VERSION}}-yarn-${{hashFiles('**/yarn.lock')}}

0 commit comments

Comments
 (0)