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

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
renovate[bot] 2024-12-28 12:45:50 +00:00 committed by GitHub
parent e45516d73a
commit 7c963a6f5e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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