Skip to content

Commit dfcddd2

Browse files
committed
[dependabot skip] Fix Playwright versions
1 parent e05a33f commit dfcddd2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -213,7 +213,7 @@ jobs:
213213

214214
- name: 'Run Playwright'
215215
id: 'playwright'
216-
uses: docker://mcr.microsoft.com/playwright:v1.59.1-jammy
216+
uses: docker://mcr.microsoft.com/playwright:v1.60.0-jammy
217217
with:
218218
args: env HOME=/root npx playwright test --forbid-only
219219

0 commit comments

Comments
 (0)