From a7160c0bc263f4ce5614c3435f3698d7fd1379f5 Mon Sep 17 00:00:00 2001 From: prereview-bot Date: Tue, 7 Jan 2025 11:53:03 +0000 Subject: [PATCH] [dependabot skip] Fix Playwright versions --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d5f3ef4..1abd4d2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -193,7 +193,7 @@ jobs: - name: 'Run Playwright' id: 'playwright' - uses: docker://mcr.microsoft.com/playwright:v1.46.0-jammy + uses: docker://mcr.microsoft.com/playwright:v1.49.1-jammy with: args: env HOME=/root npx playwright test --forbid-only