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