From e2f04990f90aa39f270f1c8f9f6a21bb6365b8a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 26 Aug 2026 03:03:16 +0000 Subject: [PATCH] chore(deps): Bump lcollins/checkstyle-github-action from 3.1.0 to 4.0.0 Bumps [lcollins/checkstyle-github-action](https://github.com/lcollins/checkstyle-github-action) from 3.1.0 to 4.0.0. - [Release notes](https://github.com/lcollins/checkstyle-github-action/releases) - [Commits](https://github.com/lcollins/checkstyle-github-action/compare/v3.1.0...v4.0.0) --- updated-dependencies: - dependency-name: lcollins/checkstyle-github-action dependency-version: 4.0.0 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 add7380b4..3dc441b7b 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -143,7 +143,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@v3.1.0 + uses: lcollins/checkstyle-github-action@v4.0.0 # Only create GitHub annotations for the main repo (disable for forks): if: ${{ always() && github.event.pull_request.head.repo.full_name == github.repository }} with: