chore: Update actions/cache action to v3

This commit is contained in:
renovate[bot] 2022-06-30 20:45:56 +00:00 committed by Patrik Svensson
parent f3a82073d9
commit 90e6a1aa21
2 changed files with 2 additions and 2 deletions

View File

@ -32,7 +32,7 @@ jobs:
node-version: '16'
- name: Cache dependencies
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.npm
key: npm-${{ hashFiles('package-lock.json') }}

View File

@ -78,7 +78,7 @@ jobs:
node-version: '16'
- name: Cache dependencies
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.npm
key: npm-${{ hashFiles('package-lock.json') }}