From 75aedce7922b9da2880bd84c0b7539083f581214 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 20 Jun 2023 06:59:00 +0000 Subject: [PATCH] Bump reviewdog/action-actionlint from 1.37.0 to 1.37.1 Bumps [reviewdog/action-actionlint](https://github.com/reviewdog/action-actionlint) from 1.37.0 to 1.37.1. - [Release notes](https://github.com/reviewdog/action-actionlint/releases) - [Commits](https://github.com/reviewdog/action-actionlint/compare/v1.37.0...v1.37.1) --- updated-dependencies: - dependency-name: reviewdog/action-actionlint dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .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 79cf6c8e..43b31885 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -131,7 +131,7 @@ jobs: continue-on-error: true steps: - uses: actions/checkout@v3.5.3 - - uses: reviewdog/action-actionlint@v1.37.0 + - uses: reviewdog/action-actionlint@v1.37.1 with: level: warning fail_on_error: false