From d8dae99045884f2e49c3bdccec52b2f0e0b840e3 Mon Sep 17 00:00:00 2001 From: jwerle Date: Mon, 21 Mar 2022 16:01:53 -0400 Subject: [PATCH] chore(.github/workflows/shellcheck-per-file.yml): fix shellcheck version --- .github/workflows/shellcheck-per-file.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/shellcheck-per-file.yml b/.github/workflows/shellcheck-per-file.yml index 0b32484..f05892e 100644 --- a/.github/workflows/shellcheck-per-file.yml +++ b/.github/workflows/shellcheck-per-file.yml @@ -27,7 +27,7 @@ jobs: - lib/suggest/suggest.sh steps: - uses: actions/checkout@v2 - - uses: pipeline-components/shellcheck@v0.7.1 + - uses: pipeline-components/shellcheck@v0.6.1 continue-on-error: true with: directory: ${{ matrix.file }}