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 d77ea43 commit b964143Copy full SHA for b964143
.github/workflows/ci.yml
@@ -72,7 +72,7 @@ jobs:
72
run: echo "PLAYWRIGHT_BROWSERS_PATH=$HOME\.cache\playwright-bin" >> $env:GITHUB_ENV
73
74
- name: Cache Playwright's binary
75
- uses: actions/cache@v4
+ uses: actions/cache@v5
76
with:
77
# Playwright removes unused browsers automatically
78
# So does not need to add playwright version to key
0 commit comments