diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 9c49ed6..021c845 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: - name: Check out repository uses: actions/checkout@v6 - name: Check code style - uses: reviewdog/action-shfmt@v1.0.4 + uses: reviewdog/action-shfmt@v1.1.0 - name: Run static analysis uses: reviewdog/action-shellcheck@v1.32.0 - name: Run tests