From 0af82764ac51591811917c75d8acab8eac027c1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Nov 2022 18:54:12 +0000 Subject: [PATCH] build(deps): bump reviewdog/action-actionlint from 1.34.1 to 1.34.2 (#5725) Bumps [reviewdog/action-actionlint](https://github.com/reviewdog/action-actionlint) from 1.34.1 to 1.34.2. - [Release notes](https://github.com/reviewdog/action-actionlint/releases) - [Commits](https://github.com/reviewdog/action-actionlint/compare/v1.34.1...v1.34.2) --- updated-dependencies: - dependency-name: reviewdog/action-actionlint dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] 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 5becd75e9..81501daba 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -180,7 +180,7 @@ jobs: if: ${{ needs.changed-files.outputs.workflows == 'true' }} steps: - uses: actions/checkout@v3.1.0 - - uses: reviewdog/action-actionlint@v1.34.1 + - uses: reviewdog/action-actionlint@v1.34.2 with: level: warning fail_on_error: false