diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 5e388fab..ac478a2e 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -13,7 +13,7 @@ jobs: name: 'Playwright Tests' runs-on: ubuntu-latest container: - image: mcr.microsoft.com/playwright:v1.49.1-jammy + image: mcr.microsoft.com/playwright:v1.51.1-jammy steps: - name: Checkout repo uses: actions/checkout@v4