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