From 50b6c95a52148c5e376a11aa6f69c95b4221cdb3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 2 Jul 2024 15:15:51 +0000 Subject: [PATCH] chore(deps): update cypress/included docker tag to v13 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f0b169d7d36..def709c180c 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -200,7 +200,7 @@ jobs: smoke-test-on-live-env: docker: - - image: cypress/included:12.17.4 + - image: cypress/included:13.13.0 environment: TERM: xterm working_directory: ~/app