diff --git a/.github/workflows/playwright.yml b/.github/workflows/playwright.yml index f907de9..c7292be 100644 --- a/.github/workflows/playwright.yml +++ b/.github/workflows/playwright.yml @@ -18,7 +18,7 @@ jobs: timeout-minutes: 60 runs-on: ubuntu-latest container: - image: mcr.microsoft.com/playwright:v1.48.0-jammy + image: mcr.microsoft.com/playwright:v1.49.1 strategy: fail-fast: false matrix: @@ -71,7 +71,7 @@ jobs: needs: test runs-on: ubuntu-latest container: - image: mcr.microsoft.com/playwright:v1.48.0-jammy + image: mcr.microsoft.com/playwright:v1.49.1 steps: - name: Download Blob Report from Desktop uses: actions/download-artifact@v4