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 4d659a7 commit 803fa75Copy full SHA for 803fa75
1 file changed
.github/workflows/ruby.yml
@@ -45,15 +45,15 @@ jobs:
45
id: playwright-cache
46
with:
47
path: ~/.cache/ms-playwright
48
- key: playwright-${{ runner.os }}-1.58.0
+ key: playwright-${{ runner.os }}-1.58.1
49
50
- name: Install Playwright browsers (cache miss)
51
if: steps.playwright-cache.outputs.cache-hit != 'true'
52
- run: npx --yes playwright@1.58.0 install --with-deps chromium
+ run: npx --yes playwright@1.58.1 install --with-deps chromium
53
54
- name: Install Playwright system deps (cache hit)
55
if: steps.playwright-cache.outputs.cache-hit == 'true'
56
- run: npx --yes playwright@1.58.0 install-deps chromium
+ run: npx --yes playwright@1.58.1 install-deps chromium
57
58
- name: Setup test databases
59
env:
0 commit comments