diff --git a/.github/workflows/branch-markdown.yml b/.github/workflows/branch-markdown.yml index 4da0fe91f0..d84a43ff3f 100644 --- a/.github/workflows/branch-markdown.yml +++ b/.github/workflows/branch-markdown.yml @@ -87,7 +87,7 @@ jobs: echo; echo "PNPM install" pnpm install - - uses: DavidAnson/markdownlint-cli2-action@v23 + - uses: DavidAnson/markdownlint-cli2-action@v24 if: steps.changed-files.outputs.count > 0 with: config: '.markdownlint.json'