We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 58fe330 + 4cfbace commit 73ddd82Copy full SHA for 73ddd82
1 file changed
.github/workflows/playwright.yml
@@ -66,7 +66,7 @@ jobs:
66
67
- name: Cache Playwright browsers
68
id: playwright-cache
69
- uses: actions/cache@v4
+ uses: actions/cache@v5
70
with:
71
path: ~/.cache/ms-playwright
72
key: playwright-${{ runner.os }}-${{ runner.arch }}-${{ hashFiles('package-lock.json') }}
0 commit comments