From c64995fc5918943aca56642167a0653668ba8d90 Mon Sep 17 00:00:00 2001 From: Mike McCready <66998419+MikeMcC399@users.noreply.github.com> Date: Thu, 30 Oct 2025 16:05:28 +0100 Subject: [PATCH] test(deps): update cypress/browsers to v24.11.0 in example-docker --- .github/workflows/example-docker.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/example-docker.yml b/.github/workflows/example-docker.yml index f70a36e0d..9130a0ea7 100644 --- a/.github/workflows/example-docker.yml +++ b/.github/workflows/example-docker.yml @@ -16,7 +16,7 @@ jobs: # Cypress Docker image documentation on https://github.com/cypress-io/cypress-docker-images # Available cypress/browsers tags listed on https://hub.docker.com/r/cypress/browsers/tags container: - image: cypress/browsers:22.21.0 + image: cypress/browsers:24.11.0 options: --user 1001 steps: - name: Checkout