From 6eb5fc1eb5d2ac12c3fc51cc871df08ed1221280 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 11 Mar 2024 10:45:43 -0500 Subject: [PATCH] Bump reviewdog/action-markdownlint from 0.12 to 0.14 (#42) Bumps [reviewdog/action-markdownlint](https://github.com/reviewdog/action-markdownlint) from 0.12 to 0.14. - [Release notes](https://github.com/reviewdog/action-markdownlint/releases) - [Commits](https://github.com/reviewdog/action-markdownlint/compare/v0.12...v0.14) --- 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 0505635..20b8b02 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.12 + uses: reviewdog/action-markdownlint@v0.14 with: reporter: github-pr-review fail_on_error: true