From 43bce0525ef3698547fd005d40ce89b021df7ef7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Apr 2023 17:28:51 +0000 Subject: [PATCH] build(deps): bump reviewdog/action-actionlint from 1.36.0 to 1.37.0 (#6466) Bumps [reviewdog/action-actionlint](https://github.com/reviewdog/action-actionlint) from 1.36.0 to 1.37.0. - [Release notes](https://github.com/reviewdog/action-actionlint/releases) - [Commits](https://github.com/reviewdog/action-actionlint/compare/v1.36.0...v1.37.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/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index c55532e7..b74a2d88 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -183,7 +183,7 @@ jobs: if: ${{ needs.changed-files.outputs.workflows == 'true' }} steps: - uses: actions/checkout@v3.5.0 - - uses: reviewdog/action-actionlint@v1.36.0 + - uses: reviewdog/action-actionlint@v1.37.0 with: level: warning fail_on_error: false