Update actions/cache action to v2 (#129)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2020-10-31 11:34:13 +08:00 committed by GitHub
parent 7185cb7d61
commit 18ae16b20f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -16,7 +16,7 @@ jobs:
- name: Use Node.js
uses: actions/setup-node@v1
- name: Cache NPM dependencies
uses: actions/cache@v1
uses: actions/cache@v2
with:
path: node_modules
key: ${{ runner.os }}-npm-cache