From eeb45bdff8495f7c82ba8f89e7e96ff92db39c8c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 17 Sep 2024 18:02:30 +0200 Subject: [PATCH] Bump luizm/action-sh-checker from 0.8.0 to 0.9.0 (#473) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/ci.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 24e60882..9d3c861b 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -22,7 +22,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Run the sh-checker - uses: luizm/action-sh-checker@v0.8.0 + uses: luizm/action-sh-checker@v0.9.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SHELLCHECK_OPTS: -x @@ -31,7 +31,7 @@ jobs: sh_checker_exclude: "tests/assets tests/bats" - name: Run the sh-checker - uses: luizm/action-sh-checker@v0.8.0 + uses: luizm/action-sh-checker@v0.9.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SHELLCHECK_OPTS: -x