We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7a26aac commit 6f1bbf9Copy full SHA for 6f1bbf9
.github/workflows/ci.yml
@@ -33,7 +33,7 @@ jobs:
33
run: echo "PLAYWRIGHT_BROWSERS_PATH=$HOME\.cache\playwright-bin" >> $env:GITHUB_ENV
34
35
- name: Cache Playwright's binary
36
- uses: actions/cache@v4
+ uses: actions/cache@v5
37
with:
38
# Playwright removes unused browsers automatically
39
# So does not need to add playwright version to key
0 commit comments