diff --git a/.github/workflows/shellcheck_and_shellfmt.yml b/.github/workflows/shellcheck_and_shellfmt.yml index 1bafe98..d69f1d4 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@v3 - name: Run the sh-checker - uses: luizm/action-sh-checker@v0.4.0 + uses: luizm/action-sh-checker@v0.5.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.