From b777407a11cb1bc311d5d8f30f34dd6aff260f5d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 2 May 2024 04:07:38 +0000 Subject: [PATCH] chore(deps): update cypress/included docker tag to v10.11.0 --- .circleci/config.yml | 2 +- cypress/.gitlab-ci-tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 96ebde9..db67ad2 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -9,7 +9,7 @@ orbs: executors: latest: docker: - - image: cypress/included:10.7.0 + - image: cypress/included:10.11.0 commands: save-partial-coverage-report: diff --git a/cypress/.gitlab-ci-tests.yml b/cypress/.gitlab-ci-tests.yml index bcbb8f0..5237f2c 100644 --- a/cypress/.gitlab-ci-tests.yml +++ b/cypress/.gitlab-ci-tests.yml @@ -5,7 +5,7 @@ variables: # these are properties that are common in every Cypress job .branch_template: &common image: - name: cypress/included:10.7.0 + name: cypress/included:10.11.0 entrypoint: [""] artifacts: expire_in: 1 week