chore(deps): bump actions/cache from 4 to 5 (#3734)

Integrated into release/v3.8.23 — actions/cache v4→v5.
This commit is contained in:
dependabot[bot]
2026-06-12 20:47:31 -03:00
committed by GitHub
parent 41be3d7f68
commit 7f72956d2f

View File

@@ -639,7 +639,7 @@ jobs:
- run: npm ci
- run: npm run check:node-runtime
- name: Cache Playwright browsers
uses: actions/cache@v4
uses: actions/cache@v5
with:
path: ~/.cache/ms-playwright
key: playwright-chromium-${{ runner.os }}-${{ hashFiles('package-lock.json') }}