diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1966a409..9d542146 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -132,7 +132,7 @@ jobs: run: bundle exec slim-lint app/views --reporter checkstyle > checkstyle-result.xml - name: Upload slim-lint results as GitHub annotations - uses: lcollins/checkstyle-github-action@v2.0.0 + uses: lcollins/checkstyle-github-action@v3.0.0 # Only create GitHub annotations for the main repo (disable for forks): if: ${{ github.event.pull_request.head.repo.full_name == github.repository }} with: