From 67f9118a00e4af5f2f0a63c36362ad5704dedb17 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Jul 2024 16:58:19 +0000 Subject: [PATCH] chore(deps): update dependency shellcheck to v3.2.0 --- .circleci/scripts.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.circleci/scripts.yml b/.circleci/scripts.yml index f88077e..38848bc 100644 --- a/.circleci/scripts.yml +++ b/.circleci/scripts.yml @@ -2,7 +2,7 @@ version: 2.1 orbs: - shellcheck: circleci/shellcheck@3.1.1 + shellcheck: circleci/shellcheck@3.2.0 workflows: