diff --git a/.github/workflows/code-quality.yml b/.github/workflows/code-quality.yml index 72a09b901..a5d40e027 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@v20 + uses: DavidAnson/markdownlint-cli2-action@v23 with: config: .github/workflows/configs/markdownlint/.markdownlint.json - name: Check Markdown links