From 9be13c4bfa3049320ef2fd43653aaae6bbdd6729 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 23 Jan 2023 21:37:20 +0000 Subject: [PATCH] Bump reviewdog/action-actionlint from 1.35.0 to 1.36.0 (#219) Bumps [reviewdog/action-actionlint](https://github.com/reviewdog/action-actionlint) from 1.35.0 to 1.36.0. - [Release notes](https://github.com/reviewdog/action-actionlint/releases) - [Commits](https://github.com/reviewdog/action-actionlint/compare/v1.35.0...v1.36.0) --- updated-dependencies: - dependency-name: reviewdog/action-actionlint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] 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 2d582d2..aa07e43 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -115,7 +115,7 @@ jobs: continue-on-error: true steps: - uses: actions/checkout@v3.3.0 - - uses: reviewdog/action-actionlint@v1.35.0 + - uses: reviewdog/action-actionlint@v1.36.0 with: level: warning fail_on_error: false