From dbc2ff6f019dd0c67767582c7218643d0280a0cf Mon Sep 17 00:00:00 2001 From: Danish Arora Date: Thu, 10 Oct 2024 15:54:58 +0530 Subject: [PATCH] chore: upgrade 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..b50139cc88 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.48.0-jammy steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v3