From 1c2638d5c129ec1cc1a83227cc1382b74109173d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 10:32:52 +0000 Subject: [PATCH] chore(actions)(deps): bump ataylorme/eslint-annotate-action from 3 to 4 Bumps [ataylorme/eslint-annotate-action](https://github.com/ataylorme/eslint-annotate-action) from 3 to 4. - [Release notes](https://github.com/ataylorme/eslint-annotate-action/releases) - [Changelog](https://github.com/ataylorme/eslint-annotate-action/blob/v4/CHANGELOG.md) - [Commits](https://github.com/ataylorme/eslint-annotate-action/compare/v3...v4) --- updated-dependencies: - dependency-name: ataylorme/eslint-annotate-action dependency-version: '4' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 7fb11ed..e195509 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -28,7 +28,7 @@ jobs: continue-on-error: true - name: Annotate code with ESLint results - uses: ataylorme/eslint-annotate-action@v3 + uses: ataylorme/eslint-annotate-action@v4 if: always() with: repo-token: ${{ secrets.GITHUB_TOKEN }}