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