From 2231e6cf44481f0e462e746ecf148d3e62db99d6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 1 Nov 2023 10:51:07 +0000 Subject: [PATCH] Pin kitchen orb to 2.1.1 --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8af810e..6ae88e6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,7 +1,7 @@ --- version: 2.1 orbs: - kitchen: sous-chefs/kitchen@2 + kitchen: sous-chefs/kitchen@2.1.1 workflows: danger: jobs: