From 6e60800d853aa52ca82062ee9a3f0842b9850b31 Mon Sep 17 00:00:00 2001 From: Kevin Liu Date: Mon, 1 Dec 2025 08:52:47 -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 e1fa0e84..eb942bff 100644 --- a/.github/workflows/dead-link-checker.yaml +++ b/.github/workflows/dead-link-checker.yaml @@ -38,7 +38,7 @@ jobs: - uses: actions/checkout@v4 with: persist-credentials: false - - 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'