diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index e2b79c1..d224527 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -16,7 +16,7 @@ jobs: contents: read runs-on: ubuntu-latest container: - image: mcr.microsoft.com/playwright:v1.46.1-jammy + image: mcr.microsoft.com/playwright:v1.48.2 steps: - uses: actions/checkout@v4 with: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a6f277b..1530f81 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,7 +15,7 @@ jobs: contents: read runs-on: ubuntu-latest container: - image: mcr.microsoft.com/playwright:v1.46.1-jammy + image: mcr.microsoft.com/playwright:v1.48.2 steps: - uses: actions/checkout@v4 with: