diff --git a/workflow-templates/check-markdown-task.md b/workflow-templates/check-markdown-task.md index a8068a03..1637448a 100644 --- a/workflow-templates/check-markdown-task.md +++ b/workflow-templates/check-markdown-task.md @@ -37,7 +37,7 @@ The tool dependencies of this workflow are managed by [npm](https://www.npmjs.co Add the dependencies by running this command: ```text -npm install --save-dev markdown-link-check@^3.10.3 markdownlint-cli@^0.33.2 +npm install --save-dev markdown-link-check@^3.10.3 markdownlint-cli@^0.33.0 ``` Commit the resulting changes to the `package.json` and `package-lock.json` files.