From 755692bb2e26cade978639a7bf6b1c572c1fd0fa Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Jul 2026 09:03:04 +0000 Subject: [PATCH] workflows: bump prologic/action-markdownlint from 0.27.0 to 0.28.0 Bumps [prologic/action-markdownlint](https://github.com/prologic/action-markdownlint) from 0.27.0 to 0.28.0. - [Release notes](https://github.com/prologic/action-markdownlint/releases) - [Commits](https://github.com/prologic/action-markdownlint/compare/v0.27.0...v0.28.0) --- updated-dependencies: - dependency-name: prologic/action-markdownlint dependency-version: 0.28.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 8dcc61020..9f8816058 100644 --- a/.github/workflows/pr-lint.yaml +++ b/.github/workflows/pr-lint.yaml @@ -28,7 +28,7 @@ jobs: steps: - uses: actions/checkout@v7 - name: markdownlint - uses: prologic/action-markdownlint@v0.27.0 + uses: prologic/action-markdownlint@v0.28.0 with: github_token: ${{ secrets.GITHUB_TOKEN }} reporter: github-pr-review # Change reporter. (Only `github-pr-check` is supported at the moment).