From 66b73812ab36c9e5e248a5932d52c844be1f3be3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 15 Mar 2022 10:49:17 -0500 Subject: [PATCH] Bump reviewdog/action-markdownlint from 0.3 to 0.5 (#22) Bumps [reviewdog/action-markdownlint](https://github.com/reviewdog/action-markdownlint) from 0.3 to 0.5. - [Release notes](https://github.com/reviewdog/action-markdownlint/releases) - [Commits](https://github.com/reviewdog/action-markdownlint/compare/v0.3...v0.5) --- updated-dependencies: - dependency-name: reviewdog/action-markdownlint 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/reviewdog.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reviewdog.yml b/.github/workflows/reviewdog.yml index 5f3717f..e2875ab 100644 --- a/.github/workflows/reviewdog.yml +++ b/.github/workflows/reviewdog.yml @@ -40,7 +40,7 @@ jobs: submodules: false - name: markdownlint - uses: reviewdog/action-markdownlint@v0.3 + uses: reviewdog/action-markdownlint@v0.5 with: reporter: github-pr-review fail_on_error: true