From e0141d69d974f1fa33938f8a7436e18a731703b9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 28 Aug 2022 21:53:34 +0000 Subject: [PATCH] build(deps): bump reviewdog/action-actionlint from 1.27.0 to 1.28.0 Bumps [reviewdog/action-actionlint](https://github.com/reviewdog/action-actionlint) from 1.27.0 to 1.28.0. - [Release notes](https://github.com/reviewdog/action-actionlint/releases) - [Commits](https://github.com/reviewdog/action-actionlint/compare/v1.27.0...v1.28.0) --- updated-dependencies: - dependency-name: reviewdog/action-actionlint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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 668c3229a22..edd516ca4a6 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -145,7 +145,7 @@ jobs: if: ${{ needs.changed-files.outputs.workflows == 'true' }} steps: - uses: actions/checkout@v3.0.2 - - uses: reviewdog/action-actionlint@v1.27.0 + - uses: reviewdog/action-actionlint@v1.28.0 with: level: warning fail_on_error: false