From 16bdfc763bb06876d4574c0057d9d91adc4abea1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Jul 2024 22:37:05 +0000 Subject: [PATCH] Bump reviewdog/action-actionlint from 1.51.0 to 1.54.0 (#705) Bumps [reviewdog/action-actionlint](https://github.com/reviewdog/action-actionlint) from 1.51.0 to 1.54.0. - [Release notes](https://github.com/reviewdog/action-actionlint/releases) - [Commits](https://github.com/reviewdog/action-actionlint/compare/v1.51.0...v1.54.0) --- updated-dependencies: - dependency-name: reviewdog/action-actionlint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index dd1b6042..97b3f2de 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -193,7 +193,7 @@ jobs: continue-on-error: true steps: - uses: actions/checkout@v4.1.7 - - uses: reviewdog/action-actionlint@v1.51.0 + - uses: reviewdog/action-actionlint@v1.54.0 with: level: warning fail_on_error: false