From b37bde0d2a62ac9ce56639b819b5330db38883dd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Oct 2023 18:46:02 +0000 Subject: [PATCH] Bump reviewdog/action-actionlint from 1.38.0 to 1.39.1 (#556) Bumps [reviewdog/action-actionlint](https://github.com/reviewdog/action-actionlint) from 1.38.0 to 1.39.1. - [Release notes](https://github.com/reviewdog/action-actionlint/releases) - [Commits](https://github.com/reviewdog/action-actionlint/compare/v1.38.0...v1.39.1) --- 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 0dcfaef..a45a5e4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -143,7 +143,7 @@ jobs: continue-on-error: true steps: - uses: actions/checkout@v4.1.0 - - uses: reviewdog/action-actionlint@v1.38.0 + - uses: reviewdog/action-actionlint@v1.39.1 with: level: warning fail_on_error: false