diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2268d87..11f40b2 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -14,7 +14,7 @@ jobs: run: | npm install -g markdownlint-cli - name: Set up problem matcher - uses: xt0rted/markdownlint-problem-matcher@v1 + uses: xt0rted/markdownlint-problem-matcher@v2 - name: Run markdown linter run: | markdownlint **/*.md --ignore node_modules --config .github/markdownlint.yml