From af6cbce132eff931dbf389585f1fb78130ad08fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 May 2024 18:13:49 -0300 Subject: [PATCH] Bump reviewdog/action-actionlint from 1.44.0 to 1.46.0 (#215) Bumps [reviewdog/action-actionlint](https://github.com/reviewdog/action-actionlint) from 1.44.0 to 1.46.0. - [Release notes](https://github.com/reviewdog/action-actionlint/releases) - [Commits](https://github.com/reviewdog/action-actionlint/compare/v1.44.0...v1.46.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 0f48304..b2bc5ac 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -62,7 +62,7 @@ jobs: continue-on-error: true steps: - uses: actions/checkout@v4.1.4 - - uses: reviewdog/action-actionlint@v1.44.0 + - uses: reviewdog/action-actionlint@v1.46.0 with: level: warning fail_on_error: false