From ea1cd82c0b22300ce3963704247242305eb267bd Mon Sep 17 00:00:00 2001 From: Bruce Collie Date: Thu, 7 Mar 2024 11:26:21 +0000 Subject: [PATCH] Update shellcheck action --- .github/workflows/clang-format-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/clang-format-check.yml b/.github/workflows/clang-format-check.yml index 7a0646911..92d54d667 100644 --- a/.github/workflows/clang-format-check.yml +++ b/.github/workflows/clang-format-check.yml @@ -22,7 +22,7 @@ jobs: runs-on: ubuntu-20.04 steps: - uses: actions/checkout@v4 - - uses: ludeeus/action-shellcheck@1.1.0 + - uses: ludeeus/action-shellcheck@2.0.0 name: Check that shell scripts follow best practices with: scandir: './bin'