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 ed3fdf9 commit babecfeCopy full SHA for babecfe
.github/workflows/ci.yml
@@ -157,7 +157,7 @@ jobs:
157
echo "PLAYWRIGHT_VERSION=$env:PLAYWRIGHT_VERSION" >> $env:GITHUB_ENV
158
159
- name: Cache Playwright's binary
160
- uses: actions/cache@v3
+ uses: actions/cache@v4
161
with:
162
key: ${{ runner.os }}-playwright-bin-v1-${{ env.PLAYWRIGHT_VERSION }}
163
path: ${{ env.PLAYWRIGHT_BROWSERS_PATH }}
0 commit comments