From 43777d4f656f786596ea05c88b4ec0800e20c41b Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 09:03:06 +0000 Subject: [PATCH] workflows: bump prologic/action-markdownlint from 0.26.2 to 0.27.0 Bumps [prologic/action-markdownlint](https://github.com/prologic/action-markdownlint) from 0.26.2 to 0.27.0. - [Release notes](https://github.com/prologic/action-markdownlint/releases) - [Commits](https://github.com/prologic/action-markdownlint/compare/v0.26.2...v0.27.0) --- updated-dependencies: - dependency-name: prologic/action-markdownlint dependency-version: 0.27.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/pr-lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-lint.yaml b/.github/workflows/pr-lint.yaml index 01396337f..1ac2f292b 100644 --- a/.github/workflows/pr-lint.yaml +++ b/.github/workflows/pr-lint.yaml @@ -28,7 +28,7 @@ jobs: steps: - uses: actions/checkout@v6 - name: markdownlint - uses: prologic/action-markdownlint@v0.26.2 + uses: prologic/action-markdownlint@v0.27.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} reporter: github-pr-review # Change reporter. (Only `github-pr-check` is supported at the moment).