From c462cd9234ccfc84ca0bf14c49eb9c216f764f6e Mon Sep 17 00:00:00 2001 From: Shinichi Okada <147320+shinokada@users.noreply.github.com> Date: Thu, 17 Oct 2024 07:54:03 +0200 Subject: [PATCH] fix: github workflow playwright version --- .github/workflows/playwright-and-lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/playwright-and-lint.yaml b/.github/workflows/playwright-and-lint.yaml index 5754154..5254ef9 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.47.2-focal + image: mcr.microsoft.com/playwright:v1.48.1-focal steps: - uses: actions/checkout@v4 - uses: pnpm/action-setup@v3