chore(deps): update actions/cache action to v2 (#143)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
master
renovate[bot] 2020-10-22 14:47:35 +02:00 committed by GitHub
parent 85b69b3b2c
commit c807ed1095
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -26,7 +26,7 @@ jobs:
uses: actions/checkout@master
- name: cache node_modules
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: node_modules
key: ${{ matrix.os }}-node-v${{ matrix.node }}-deps-${{ hashFiles(format('{0}{1}', github.workspace, '/yarn.lock')) }}