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 d0c3cee commit 65ad85dCopy full SHA for 65ad85d
1 file changed
.github/workflows/ci.yml
@@ -69,7 +69,7 @@ jobs:
69
echo "PLAYWRIGHT_VERSION=$env:PLAYWRIGHT_VERSION" >> $env:GITHUB_ENV
70
71
- name: Cache Playwright's binary
72
- uses: actions/cache@v4
+ uses: actions/cache@v5
73
with:
74
key: ${{ runner.os }}-playwright-bin-v1-${{ env.PLAYWRIGHT_VERSION }}
75
path: ${{ env.PLAYWRIGHT_BROWSERS_PATH }}
0 commit comments