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

This commit is contained in:
renovate[bot]
2026-01-25 14:33:21 +00:00
committed by GitHub
parent 82296c2509
commit bec62cfd28

View File

@@ -89,7 +89,7 @@ jobs:
cache: 'npm'
- name: Cache npm dependencies
uses: actions/cache@v4
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
with:
path: ~/.npm
key: npm-${{ hashFiles('package-lock.json') }}
@@ -203,7 +203,7 @@ jobs:
run: npm ci
- name: Cache Playwright browsers
uses: actions/cache@v4
uses: actions/cache@8b402f58fbc84540c8b491a91e594a4576fec3d7 # v5
with:
path: ~/.cache/ms-playwright
key: playwright-${{ matrix.browser }}-${{ hashFiles('package-lock.json') }}