From 9a05f20d19e629b563ba9a1e85b418e7bd892fb3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 Jul 2022 06:03:59 +0000 Subject: [PATCH] Update browser-tools orb to v1.4.0 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f593ac65..ad5536c0 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,6 +1,6 @@ version: 2.1 orbs: - browser-tools: circleci/browser-tools@1.2 + browser-tools: circleci/browser-tools@1.4.0 jobs: # a collection of steps build: # runs not using Workflows must have a `build` job as entry point