From d01315a1a5456b1f2649801ff50aa4881f8b4511 Mon Sep 17 00:00:00 2001 From: Kevin Liu Date: Mon, 1 Dec 2025 08:52:44 -0800 Subject: [PATCH] update markdown lint check use tcort/github-action-markdown-link-check, gaurav-nelson/github-action-markdown-link-check is deprecated --- .github/workflows/dead-link-checker.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dead-link-checker.yaml b/.github/workflows/dead-link-checker.yaml index 9b5c015a816..5ca665b8358 100644 --- a/.github/workflows/dead-link-checker.yaml +++ b/.github/workflows/dead-link-checker.yaml @@ -27,7 +27,7 @@ jobs: if: (github.repository == 'apache/linkis') steps: - uses: actions/checkout@v4 - - uses: gaurav-nelson/github-action-markdown-link-check@v1 + - uses: tcort/github-action-markdown-link-check@e7c7a18363c842693fadde5d41a3bd3573a7a225 with: use-quiet-mode: 'no' use-verbose-mode: 'yes'