From e85f3910971e8bd8cec27d8c7235d1f99825e570 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 18 Sep 2024 20:56:31 -0500 Subject: [PATCH] Bump reviewdog/action-markdownlint from 0.14 to 0.25 (#56) Bumps [reviewdog/action-markdownlint](https://github.com/reviewdog/action-markdownlint) from 0.14 to 0.25. - [Release notes](https://github.com/reviewdog/action-markdownlint/releases) - [Commits](https://github.com/reviewdog/action-markdownlint/compare/v0.14...v0.25) --- 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 20b8b02..5f51556 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.14 + uses: reviewdog/action-markdownlint@v0.25 with: reporter: github-pr-review fail_on_error: true