Update actions/cache action to v3 (#894)

Co-authored-by: Renovate Bot <bot@renovateapp.com>
This commit is contained in:
renovate[bot] 2022-05-16 08:26:47 -04:00 committed by GitHub
parent 5a963b2b04
commit 0f47c4fef7
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -26,7 +26,7 @@ jobs:
node-version: 16
- name: Check cache
uses: actions/cache@v2
uses: actions/cache@v3
id: npm-cache
with:
path: '**/node_modules'