Merge pull request #555 from Wikid82/renovate/feature/beta-release-actions-cache-5.x

chore(deps): update actions/cache action to v5 (feature/beta-release)
This commit is contained in:
Jeremy
2026-01-25 09:34:47 -05:00
committed by GitHub

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') }}