From bcfefe64dadde4644ca5b612306466ee99d6fef9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Dec 2024 02:24:57 +0000 Subject: [PATCH] Bump reviewdog/action-markdownlint from 0.25 to 0.26 Bumps [reviewdog/action-markdownlint](https://github.com/reviewdog/action-markdownlint) from 0.25 to 0.26. - [Release notes](https://github.com/reviewdog/action-markdownlint/releases) - [Commits](https://github.com/reviewdog/action-markdownlint/compare/v0.25...v0.26) --- updated-dependencies: - dependency-name: reviewdog/action-markdownlint dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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 5f51556..9980d63 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.25 + uses: reviewdog/action-markdownlint@v0.26 with: reporter: github-pr-review fail_on_error: true