diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index e4e01df8..742cef34 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -36,7 +36,7 @@ jobs: timeout-minutes: 10 runs-on: ubuntu-latest container: - image: mcr.microsoft.com/playwright:v1.42.1-jammy + image: mcr.microsoft.com/playwright:v1.45.1-jammy needs: - test steps: diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a78c911d..809bde08 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -37,7 +37,7 @@ jobs: timeout-minutes: 10 runs-on: ubuntu-latest container: - image: mcr.microsoft.com/playwright:v1.42.1-jammy + image: mcr.microsoft.com/playwright:v1.45.1-jammy needs: - test steps: