diff --git a/.github/workflows/playwright-and-lint.yaml b/.github/workflows/playwright-and-lint.yaml index 23d36458e..f5fe7f59f 100644 --- a/.github/workflows/playwright-and-lint.yaml +++ b/.github/workflows/playwright-and-lint.yaml @@ -13,7 +13,7 @@ jobs: name: 'Playwright and Lint' runs-on: ubuntu-latest container: - image: mcr.microsoft.com/playwright:v1.41.2-focal + image: mcr.microsoft.com/playwright:v1.43.1-focal steps: - uses: actions/checkout@v4 - uses: pnpm/action-setup@v3