This is an automated email from the ASF dual-hosted git repository.
kunni pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/flink-cdc.git
The following commit(s) were added to refs/heads/master by this push:
new 4b44b2fae update markdown lint check (#4184)
4b44b2fae is described below
commit 4b44b2faec3eb8616895b44ce434d69533c63da7
Author: Kevin Liu <[email protected]>
AuthorDate: Tue Dec 2 03:42:26 2025 -0800
update markdown lint check (#4184)
use tcort/github-action-markdown-link-check,
gaurav-nelson/github-action-markdown-link-check is deprecated
---
.github/workflows/build_docs.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.github/workflows/build_docs.yml b/.github/workflows/build_docs.yml
index 056037b63..acae982aa 100644
--- a/.github/workflows/build_docs.yml
+++ b/.github/workflows/build_docs.yml
@@ -37,7 +37,7 @@ jobs:
steps:
- uses: actions/checkout@v3
- name: Check dead links
- uses: gaurav-nelson/[email protected]
+ uses:
tcort/github-action-markdown-link-check@e7c7a18363c842693fadde5d41a3bd3573a7a225
with:
config-file: '.dlc.json'
- name: Build doc