diff --git a/.github/workflows/shellscript_checks.yaml b/.github/workflows/shellscript_checks.yaml index 65e858c..a9cac8a 100644 --- a/.github/workflows/shellscript_checks.yaml +++ b/.github/workflows/shellscript_checks.yaml @@ -34,11 +34,8 @@ jobs: steps: - name: Fetch source code uses: actions/checkout@v2 - - name: shell check support - shell: bash - run: 'sudo apt-get install -y xz-utils' - name: shell check - uses: luizm/action-sh-checker@v0.1.8 + uses: luizm/action-sh-checker@v0.1.12 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} SHELLCHECK_OPTS: ${{ matrix.shellcheck_opts }}