From dc20a32ba1733835f650e775664eba53528853ac Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 9 Sep 2026 04:03:28 +0000 Subject: [PATCH] build(deps): Bump prologic/action-markdownlint from 0.28 to 0.29 Bumps [prologic/action-markdownlint](https://github.com/prologic/action-markdownlint) from 0.28 to 0.29. - [Release notes](https://github.com/prologic/action-markdownlint/releases) - [Commits](https://github.com/prologic/action-markdownlint/compare/v0.28...v0.29) --- updated-dependencies: - dependency-name: prologic/action-markdownlint dependency-version: '0.29' dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/StyleCheck.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/StyleCheck.yml b/.github/workflows/StyleCheck.yml index 02372201..504fc111 100644 --- a/.github/workflows/StyleCheck.yml +++ b/.github/workflows/StyleCheck.yml @@ -210,7 +210,7 @@ jobs: if_false: 'github-check' - name: Run markdownlint with reviewdog - uses: prologic/action-markdownlint@v0.28 + uses: prologic/action-markdownlint@v0.29 with: github_token: ${{ secrets.GITHUB_TOKEN }} reporter: ${{ steps.reporter.outputs.value }}