From 829d1834c105f30433dc0b70c632503b1d9b20d9 Mon Sep 17 00:00:00 2001 From: Danish Arora Date: Wed, 9 Oct 2024 12:05:21 +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 29e26222a6..1ef0d1da7e 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.47.2-jammy + image: mcr.microsoft.com/playwright:v1.48.0-jammy steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v3