From 02c277e2c88cfd33ac2c160651ce0bdaa31e0051 Mon Sep 17 00:00:00 2001 From: Ben Peachey Date: Fri, 12 Mar 2021 12:45:07 +0100 Subject: [PATCH] Update pipeline-components/shellcheck in workflow. --- .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 f05892e..d738f8e 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.6.1 + - uses: pipeline-components/shellcheck@v0.7.0 continue-on-error: true with: directory: ${{ matrix.file }}