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