From 3d78d25fb24241cfd73c1929acdfe7718f3821a2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 13 Feb 2026 13:48:28 +0000 Subject: [PATCH] chore(deps): bump reviewdog/action-markdownlint from 0.24.0 to 0.26.2 Bumps [reviewdog/action-markdownlint](https://github.com/reviewdog/action-markdownlint) from 0.24.0 to 0.26.2. - [Release notes](https://github.com/reviewdog/action-markdownlint/releases) - [Commits](https://github.com/reviewdog/action-markdownlint/compare/v0.24.0...v0.26.2) --- updated-dependencies: - dependency-name: reviewdog/action-markdownlint dependency-version: 0.26.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/markdown-lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/markdown-lint.yml b/.github/workflows/markdown-lint.yml index 3cb3cdb8..bfd0a582 100644 --- a/.github/workflows/markdown-lint.yml +++ b/.github/workflows/markdown-lint.yml @@ -16,7 +16,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: markdownlint - uses: reviewdog/action-markdownlint@v0.24.0 + uses: reviewdog/action-markdownlint@v0.26.2 with: github_token: ${{ secrets.GITHUB_TOKEN }} reporter: github-pr-review