From a96e609febae32996c9be7047f9914c52dd56edb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 7 Sep 2026 20:13:02 +0000 Subject: [PATCH] chore(deps): update mcr.microsoft.com/playwright docker tag to v1.63.0 --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index cc8bb5ada..f4534ae3d 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -54,7 +54,7 @@ jobs: # This tag must match the `playwright` devDependency, which ships the # matching browser build. Renovate groups the two so they always move # together; `scripts/visual.sh` reads the version straight from package.json. - container: mcr.microsoft.com/playwright:v1.62.1-noble@sha256:dcc5531e97840b9b5e794f2814476b21571c5124a3fca2267d73041f56e7580e + container: mcr.microsoft.com/playwright:v1.63.0-noble@sha256:eff16c30e6f3f4af0a03fa4b706120d5e9b0891c344a27d64559aff5900a4a27 steps: - name: Checkout