diff --git a/.github/workflows/shellcheck_and_shellfmt.yml b/.github/workflows/shellcheck_and_shellfmt.yml index fcf3f28..9e7c23f 100644 --- a/.github/workflows/shellcheck_and_shellfmt.yml +++ b/.github/workflows/shellcheck_and_shellfmt.yml @@ -10,7 +10,7 @@ jobs: - name: Checkout repo uses: actions/checkout@v4 - name: Run the sh-checker - uses: luizm/action-sh-checker@v0.7.0 + uses: luizm/action-sh-checker@v0.8.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # Optional if sh_checker_comment is false. SHFMT_OPTS: -l -i 4 -w # Optional: pass arguments to shfmt.