diff --git a/.github/workflows/lint-shell.yml b/.github/workflows/lint-shell.yml index 648b68f1..148a42bd 100644 --- a/.github/workflows/lint-shell.yml +++ b/.github/workflows/lint-shell.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@v3 - name: Check format with shfmt and lint with shellcheck - uses: luizm/action-sh-checker@v0.5.0 + uses: luizm/action-sh-checker@v0.6.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: