This is an automated email from the ASF dual-hosted git repository.

snazy pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/polaris.git


The following commit(s) were added to refs/heads/main by this push:
     new fff2b913d update markdown lint check (#3187)
fff2b913d is described below

commit fff2b913d02f8cea5eab3d3533ba00c3e975d328
Author: Kevin Liu <[email protected]>
AuthorDate: Mon Dec 8 03:18:21 2025 -0800

    update markdown lint check (#3187)
    
    use tcort/github-action-markdown-link-check, 
gaurav-nelson/github-action-markdown-link-check is deprecated
---
 .github/workflows/check-md-link.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/check-md-link.yml 
b/.github/workflows/check-md-link.yml
index 119881d12..e42b6a59b 100644
--- a/.github/workflows/check-md-link.yml
+++ b/.github/workflows/check-md-link.yml
@@ -39,7 +39,7 @@ jobs:
     - uses: actions/checkout@master
     - name: Setup test environment
       uses: ./.github/actions/setup-test-env
-    - uses: 
gaurav-nelson/github-action-markdown-link-check@5c5dfc0ac2e225883c0e5f03a85311ec2830d368
 # v1
+    - uses: 
tcort/github-action-markdown-link-check@e7c7a18363c842693fadde5d41a3bd3573a7a225
       with:
         use-quiet-mode: 'yes'
         config-file: '.github/workflows/check-md-link-config.json'

Reply via email to