Skip to content

Commit df7f189

Browse files
chore(deps): update actions/cache action to v2 (#121)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 8fea0ff commit df7f189

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
uses: actions/checkout@master
2727

2828
- name: cache node_modules
29-
uses: actions/cache@v1
29+
uses: actions/cache@v2
3030
with:
3131
path: node_modules
3232
key: ${{ matrix.os }}-node-v${{ matrix.node }}-deps-${{ hashFiles(format('{0}{1}', github.workspace, '/yarn.lock')) }}

0 commit comments

Comments
 (0)