From b71454d63a5c25d69786bde109ec134543c95be7 Mon Sep 17 00:00:00 2001 From: Johannes Marbach Date: Thu, 2 Jul 2026 08:35:40 +0200 Subject: [PATCH] Bump mcr.microsoft.com/playwright --- .github/workflows/test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 33946f0c1..cc0103f11 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -10,7 +10,7 @@ jobs: container: # Make sure to grab the latest version of the Playwright image # https://playwright.dev/docs/docker#pull-the-image - image: mcr.microsoft.com/playwright:v1.60.0-noble + image: mcr.microsoft.com/playwright:v1.61.1-noble steps: - name: Checkout code uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5 # v4