From ca30c3b1910e09c041170faa9cd462bc3d39721a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 11 Aug 2023 08:34:20 +0200 Subject: [PATCH] chore(deps): update shellcheck orb to v3.2.0 (#16) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .circleci/config.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 733f46f..c85a0f6 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -1,7 +1,7 @@ version: "2.1" orbs: - shellcheck: circleci/shellcheck@3.1.2 + shellcheck: circleci/shellcheck@3.2.0 semantic-release: trustedshops-public/semantic-release@5.1.1 jobs: