chore(deps): update actions/cache action to v3 (#487)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2022-05-07 02:12:54 +07:00 committed by GitHub
parent 247fdce962
commit 29aac8bbc1
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:
node-version: ${{ env.NODE_VERSION }}
- name: Cache node_modules
uses: actions/cache@v2
uses: actions/cache@v3
id: cache-nodemodules
with:
path: node_modules