diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index 49f1a8756..d03f865f7 100644 --- a/.devcontainer/devcontainer.json +++ b/.devcontainer/devcontainer.json @@ -1,5 +1,5 @@ { - "image": "ghcr.io/serenity-js/playwright:v1.56.1-noble", + "image": "ghcr.io/serenity-js/playwright:v1.57.0-noble", "features": { "ghcr.io/devcontainers/features/desktop-lite:1": {}, diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 48121433a..b65ce8618 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -12,7 +12,7 @@ jobs: timeout-minutes: 60 runs-on: ubuntu-latest container: - image: ghcr.io/serenity-js/playwright:v1.56.1-noble + image: ghcr.io/serenity-js/playwright:v1.57.0-noble steps: - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6 - uses: actions/setup-node@v6