Merge pull request #48 from TheTechNetwork/renovate/actions-cache-4.x

chore(deps): update actions/cache action to v4
This commit is contained in:
elibrody 2024-01-23 18:03:05 -05:00 committed by GitHub
commit 37beebf78a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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