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'