diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index 2e94ce0e..5e388fab 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.45.0-jammy + image: mcr.microsoft.com/playwright:v1.49.1-jammy steps: - name: Checkout repo uses: actions/checkout@v4