From 917ea7821f05bb74068186d5cdb09eea98ac0ad1 Mon Sep 17 00:00:00 2001 From: Danish Arora Date: Wed, 14 May 2025 17:38:13 +0530 Subject: [PATCH] chore: update playwright docker images --- .github/workflows/ci.yml | 2 +- .github/workflows/playwright.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 8a689cae6b..16cb6152b6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,7 +57,7 @@ jobs: browser: runs-on: ubuntu-latest container: - image: mcr.microsoft.com/playwright:v1.51.1-jammy + image: mcr.microsoft.com/playwright:v1.52.0-jammy env: HOME: "/root" steps: diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index d0774cd1f1..4d0e804ee5 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.51.1-jammy + image: mcr.microsoft.com/playwright:v1.52.0-jammy steps: - uses: actions/checkout@v3 - uses: actions/setup-node@v3