From cd42988fcdee88f2100117917897ae0e82f91f5d Mon Sep 17 00:00:00 2001
From: Michael Edgar <medgar@redhat.com>
Date: Fri, 19 Apr 2024 14:34:48 -0400
Subject: [PATCH] Bump mcr.microsoft.com/playwright from 1.42.1 to 1.43.1

Signed-off-by: Michael Edgar <medgar@redhat.com>
---
 .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 d7bea6d08..04eb979c6 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.42.1-jammy
+      image: mcr.microsoft.com/playwright:v1.43.1-jammy
 
     if: contains(github.event.pull_request.labels.*.name, 'safe to test') || ${{ github.actor == 'dependabot[bot]' }}
     steps: