From db65562b579ec3cc4518aac27ebaf8d91d97d172 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 21 May 2024 09:58:03 +0000 Subject: [PATCH] Bump lcollins/checkstyle-github-action from 2.0.0 to 3.0.0 Bumps [lcollins/checkstyle-github-action](https://github.com/lcollins/checkstyle-github-action) from 2.0.0 to 3.0.0. - [Release notes](https://github.com/lcollins/checkstyle-github-action/releases) - [Commits](https://github.com/lcollins/checkstyle-github-action/compare/v2.0.0...v3.0.0) --- updated-dependencies: - dependency-name: lcollins/checkstyle-github-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: