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

This commit is contained in:
renovate[bot] 2023-05-28 14:12:49 +00:00 committed by GitHub
parent ae66108de5
commit 00ee3766cb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -26,7 +26,7 @@ jobs:
node-version: 20
- name: Cache Node.js dependencies
uses: actions/cache@v2
uses: actions/cache@v3
with:
path: ~/.npm
key: ${{ runner.os }}-node-${{ hashFiles('**/package-lock.json') }}