From 92b506dd86115c799b9d1e5fd56994f70cdc6273 Mon Sep 17 00:00:00 2001 From: Danish Arora Date: Fri, 4 Oct 2024 15:04:22 +0530 Subject: [PATCH] chore: update playright --- .github/workflows/playwright.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index a3a6fbb60e..29e26222a6 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -20,7 +20,7 @@ jobs: timeout-minutes: 60 runs-on: ubuntu-latest container: - image: mcr.microsoft.com/playwright:v1.46.0-jammy + image: mcr.microsoft.com/playwright:v1.47.2-jammy steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v3