diff --git a/.github/workflows/check-markdown.yml b/.github/workflows/check-markdown.yml index e3513d5ce..cbdf61b63 100644 --- a/.github/workflows/check-markdown.yml +++ b/.github/workflows/check-markdown.yml @@ -37,7 +37,7 @@ jobs: uses: actions/checkout@v4 - name: Initialize markdownlint-cli problem matcher - uses: xt0rted/markdownlint-problem-matcher@v2 + uses: xt0rted/markdownlint-problem-matcher@v3 - name: Install markdownlint-cli run: sudo npm install --global markdownlint-cli