From f0bad04ae51cd6fba3e633a60a2c0a291f702dec Mon Sep 17 00:00:00 2001 From: Renovate Bot Date: Sat, 26 Mar 2022 13:55:17 +0000 Subject: [PATCH] Update cypress orb to v1.29.0 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 9f76c48..31453e8 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,6 +1,6 @@ version: 2.1 orbs: - cypress: cypress-io/cypress@1.27.0 + cypress: cypress-io/cypress@1.29.0 workflows: build: jobs: