Skip to content

Commit 6e60800

Browse files
authored
update markdown lint check
use tcort/github-action-markdown-link-check, gaurav-nelson/github-action-markdown-link-check is deprecated
1 parent d2fe0af commit 6e60800

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/dead-link-checker.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- uses: actions/checkout@v4
3939
with:
4040
persist-credentials: false
41-
- uses: gaurav-nelson/github-action-markdown-link-check@v1
41+
- uses: tcort/github-action-markdown-link-check@e7c7a18363c842693fadde5d41a3bd3573a7a225
4242
with:
4343
use-quiet-mode: 'no'
4444
use-verbose-mode: 'yes'

0 commit comments

Comments
 (0)