diff --git a/.github/workflows/lint-sh.yaml b/.github/workflows/lint-sh.yaml index 89918139..fa7afbe9 100644 --- a/.github/workflows/lint-sh.yaml +++ b/.github/workflows/lint-sh.yaml @@ -16,7 +16,7 @@ jobs: continue-on-error: true steps: - uses: actions/checkout@v6 - - uses: luizm/action-sh-checker@v0.9.0 + - uses: luizm/action-sh-checker@v0.10.0 with: sh_checker_exclude: 'scripts' sh_checker_checkbashisms_enable: true