From 8df5804491f1152281e1bce02b966a66e01fc3c7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 10:23:12 +0000 Subject: [PATCH] Bump xt0rted/markdownlint-problem-matcher from 1.1.0 to 3.0.0 Bumps [xt0rted/markdownlint-problem-matcher](https://github.com/xt0rted/markdownlint-problem-matcher) from 1.1.0 to 3.0.0. - [Release notes](https://github.com/xt0rted/markdownlint-problem-matcher/releases) - [Changelog](https://github.com/xt0rted/markdownlint-problem-matcher/blob/main/CHANGELOG.md) - [Commits](https://github.com/xt0rted/markdownlint-problem-matcher/compare/b643b0751c371f357690337d4549221347c0e1bc...1a5fabfb577370cfdf5af944d418e4be3ea06f27) --- updated-dependencies: - dependency-name: xt0rted/markdownlint-problem-matcher dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/markdown-check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/markdown-check.yaml b/.github/workflows/markdown-check.yaml index 70b725d8..66ba1ce0 100644 --- a/.github/workflows/markdown-check.yaml +++ b/.github/workflows/markdown-check.yaml @@ -122,7 +122,7 @@ jobs: repository: ${{ (github.event_name == 'workflow_call' && inputs.repo) || github.repository }} - name: Add problem matcher - uses: xt0rted/markdownlint-problem-matcher@b643b0751c371f357690337d4549221347c0e1bc # v1.1.0 + uses: xt0rted/markdownlint-problem-matcher@1a5fabfb577370cfdf5af944d418e4be3ea06f27 # v3.0.0 - name: Run markdownlint id: lint