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

This commit is contained in:
renovate[bot] 2025-01-22 13:11:23 +00:00 committed by GitHub
parent f943885126
commit ce3f2dc477
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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