From 022f767ab4b72f64ff1558f112d4943ff07751e3 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 23 Oct 2023 07:03:38 +0000 Subject: [PATCH] ci(deps): update gravitee orb to v4.1.1 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index db6fec20..b37b6814 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -4,7 +4,7 @@ version: 2.1 setup: true orbs: - gravitee: gravitee-io/gravitee@4.1.0 + gravitee: gravitee-io/gravitee@4.1.1 # our single workflow, that triggers the setup job defined above, filters on tag and branches are needed otherwise # some workflow and job will not be triggered for tags (default CircleCI behavior)