Skip to content

Commit 5a4ba83

Browse files
Update actions/cache action to v2 (#30)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
1 parent 4688e86 commit 5a4ba83

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
node-version: 12.x
1515

1616
- name: Use cached node_modules
17-
uses: actions/cache@v1
17+
uses: actions/cache@v2
1818
with:
1919
path: node_modules
2020
key: nodeModules-${{ hashFiles('**/yarn.lock') }}

0 commit comments

Comments
 (0)