From 308e2aad42bdfd7c064d7da19e6d5932c70e2cf7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 21 Jul 2024 16:33:28 +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 c864caa..3195659 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: