From 00b850802fdbd7c83d36dd9c915bc80a7e40f286 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 24 Oct 2023 23:11:18 +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)