diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 2cdab277bf..e025ccb263 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -113,7 +113,7 @@ jobs: with: ref: ${{ github.event.pull_request.head.sha }} - name: Run ShellCheck - uses: ludeeus/action-shellcheck@1.1.0 + uses: ludeeus/action-shellcheck@2.0.0 with: ignore: vendor # We don't want to fix the code in vendored dependencies env: