From 26f96442bb05cb0fbde67184fcc45894f3263cf5 Mon Sep 17 00:00:00 2001 From: Michael Edgar Date: Tue, 7 May 2024 11:30:42 -0400 Subject: [PATCH] Bump mcr.microsoft.com/playwright from 1.43.1 to 1.44.0 Signed-off-by: Michael Edgar --- .github/workflows/playwright-test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/playwright-test.yml b/.github/workflows/playwright-test.yml index 04eb979c6..80b672378 100644 --- a/.github/workflows/playwright-test.yml +++ b/.github/workflows/playwright-test.yml @@ -12,7 +12,7 @@ jobs: name: Run Playwright Tests runs-on: ubuntu-latest container: - image: mcr.microsoft.com/playwright:v1.43.1-jammy + image: mcr.microsoft.com/playwright:v1.44.0-jammy if: contains(github.event.pull_request.labels.*.name, 'safe to test') || ${{ github.actor == 'dependabot[bot]' }} steps: