diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 250f7c1..3c08b81 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -121,7 +121,7 @@ jobs: - name: Checkout repository uses: actions/checkout@v6 - name: Run checkstyle - uses: dbelyaev/action-checkstyle@v3.4.2 + uses: dbelyaev/action-checkstyle@v3.5.0 with: github_token: ${{ secrets.github_token }} reporter: github-pr-review