diff --git a/.github/workflows/checkstyle.yml b/.github/workflows/checkstyle.yml index fb367cf591..a83ad7b138 100644 --- a/.github/workflows/checkstyle.yml +++ b/.github/workflows/checkstyle.yml @@ -11,7 +11,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: dbelyaev/action-checkstyle@v1.14.0 + - uses: dbelyaev/action-checkstyle@v1.17.1 with: github_token: ${{ secrets.GITHUB_TOKEN }} reporter: github-pr-review