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

This commit is contained in:
renovate[bot] 2024-01-23 22:56:36 +00:00 committed by GitHub
parent 60cf06d269
commit 52dd584f2b
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -33,7 +33,7 @@ jobs:
run: pnpm build run: pnpm build
- name: Restore Playwright browsers from cache - name: Restore Playwright browsers from cache
uses: actions/cache@v3 uses: actions/cache@v4
with: with:
path: ~/.cache/ms-playwright path: ~/.cache/ms-playwright
key: ${{ runner.os }}-playwright-${{ steps.playwright-version.outputs.PLAYWRIGHT_VERSION }}-${{ hashFiles('**/playwright.config.ts') }} key: ${{ runner.os }}-playwright-${{ steps.playwright-version.outputs.PLAYWRIGHT_VERSION }}-${{ hashFiles('**/playwright.config.ts') }}