From 3a688295cfa2b3fcb035b10caf8de83a68f444cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Apr 2024 03:01:36 +0000 Subject: [PATCH] Bump reviewdog/action-actionlint from 1.41.0 to 1.43.0 Bumps [reviewdog/action-actionlint](https://github.com/reviewdog/action-actionlint) from 1.41.0 to 1.43.0. - [Release notes](https://github.com/reviewdog/action-actionlint/releases) - [Commits](https://github.com/reviewdog/action-actionlint/compare/v1.41.0...v1.43.0) --- updated-dependencies: - dependency-name: reviewdog/action-actionlint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/github-actions-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/github-actions-lint.yml b/.github/workflows/github-actions-lint.yml index d99cadf..1d176bd 100644 --- a/.github/workflows/github-actions-lint.yml +++ b/.github/workflows/github-actions-lint.yml @@ -12,7 +12,7 @@ jobs: steps: - uses: actions/checkout@v4.1.1 - - uses: reviewdog/action-actionlint@v1.41.0 + - uses: reviewdog/action-actionlint@v1.43.0 with: fail_on_error: true filter_mode: diff_context