diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0ba6d25..49bb294 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.2 - name: Run static analysis - uses: reviewdog/action-shellcheck@v1.22.0 + uses: reviewdog/action-shellcheck@v1.23.0 - name: Run tests run: | # workaround for https://github.com/actions/runner-images/issues/9644