From 33e3b253bd2505b356a8b9b212bc8d9af60e0705 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 21:37:22 +0000 Subject: [PATCH] Update browser-tools orb to v1.4.6 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index bcfb2ead..2ceadf52 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,6 +1,6 @@ version: 2.1 orbs: - browser-tools: circleci/browser-tools@1.4.5 + browser-tools: circleci/browser-tools@1.4.6 jobs: # a collection of steps dusk: # runs not using Workflows must have a `build` job as entry point