chore(deps): update actions/cache digest to 0c45773

This commit is contained in:
renovate[bot] 2024-04-16 15:04:39 +00:00 committed by GitHub
parent eb2a9f0be6
commit 313af0ea0a
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@13aacd865c20de90d75de3b17ebe84f7a17d57d2 # v4
uses: actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4
with:
path: ~/.cache/ms-playwright
key: ${{ runner.os }}-playwright-${{ steps.playwright-version.outputs.PLAYWRIGHT_VERSION }}-${{ hashFiles('**/playwright.config.ts') }}