Skip to content

Commit 2396f31

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

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
uses: actions/checkout@master
2929

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

0 commit comments

Comments
 (0)