diff --git a/.github/workflows/pull_request.yaml b/.github/workflows/pull_request.yaml index 563fb68e1..84e99f807 100644 --- a/.github/workflows/pull_request.yaml +++ b/.github/workflows/pull_request.yaml @@ -35,7 +35,7 @@ jobs: # do not use **/*.md as this will include the third party packages - name: Lint markdown - uses: DavidAnson/markdownlint-cli2-action@v12.0.0 + uses: DavidAnson/markdownlint-cli2-action@v13.0.0 with: config: '.markdownlint.yaml' globs: '.*.md *.md td.*/*.md .github/**/*.md docs/**/*.md' diff --git a/.github/workflows/push.yaml b/.github/workflows/push.yaml index 473964172..b0e4580cf 100644 --- a/.github/workflows/push.yaml +++ b/.github/workflows/push.yaml @@ -36,7 +36,7 @@ jobs: # do not use **/*.md as this will include the third party packages - name: Lint markdown - uses: DavidAnson/markdownlint-cli2-action@v12.0.0 + uses: DavidAnson/markdownlint-cli2-action@v13.0.0 with: config: '.markdownlint.yaml' globs: '.*.md *.md td.*/*.md .github/**/*.md docs/**/*.md'