From 0b174ef25a5445ffb18a1acb08ef050c25ffd84a Mon Sep 17 00:00:00 2001 From: Louis Lam Date: Wed, 7 Jan 2026 16:01:07 +0800 Subject: [PATCH] Match new playwright version --- .github/workflows/auto-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/auto-test.yml b/.github/workflows/auto-test.yml index 68b54c03e..15df3fd1f 100644 --- a/.github/workflows/auto-test.yml +++ b/.github/workflows/auto-test.yml @@ -80,7 +80,7 @@ jobs: permissions: contents: read env: - PLAYWRIGHT_VERSION: ~1.39.0 + PLAYWRIGHT_VERSION: ~1.56.0 steps: - run: git config --global core.autocrlf false # Mainly for Windows - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1