diff --git a/.devcontainer/devcontainer.json b/.devcontainer/devcontainer.json index c7f56dc1..c03b5844 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 c915bb76..c5214113 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@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5 - uses: actions/setup-node@v6