diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2af53e3..b58c6d1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -22,7 +22,7 @@ jobs: - name: Check code style uses: reviewdog/action-shfmt@v1.0.4 - name: Run static analysis - uses: reviewdog/action-shellcheck@v1.30.0 + uses: reviewdog/action-shellcheck@v1.31.0 - name: Run tests run: | # workaround for https://github.com/actions/runner-images/issues/9644