diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index 8a4f98571..4d5925959 100644 --- a/.github/workflows/code-quality.yml +++ b/.github/workflows/code-quality.yml @@ -48,7 +48,7 @@ jobs: with: fetch-depth: 0 - name: Check Markdown format - uses: DavidAnson/markdownlint-cli2-action@v13 + uses: DavidAnson/markdownlint-cli2-action@v20 with: config: .github/workflows/configs/markdownlint/.markdownlint.json - name: Check Markdown links