From cc56e4eb3d43106d495423a65aaacd413cea74ba Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 2 Oct 2024 22:44:56 +0000 Subject: [PATCH] chore(deps): update buildkite plugin shellcheck to v1.4.0 --- .buildkite/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/pipeline.yml b/.buildkite/pipeline.yml index e552285..d647416 100644 --- a/.buildkite/pipeline.yml +++ b/.buildkite/pipeline.yml @@ -10,7 +10,7 @@ steps: - label: ":shell: Shellcheck" plugins: - - shellcheck#v1.3.0: + - shellcheck#v1.4.0: files: hooks/** - wait