diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 71c569a..dbc67fd 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -8,7 +8,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: shellcheck - uses: ludeeus/action-shellcheck@1.1.0 + uses: ludeeus/action-shellcheck@2.0.0 env: SHELLCHECK_OPTS: -e SC1091,SC1117,SC2001,SC2034