Skip to content

Commit 4bf454f

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 7ad789e commit 4bf454f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
steps:
3838
- uses: actions/checkout@v3
3939
- name: Check dead links
40-
uses: gaurav-nelson/github-action-markdown-link-check@1.0.15
40+
uses: tcort/github-action-markdown-link-check@e7c7a18363c842693fadde5d41a3bd3573a7a225
4141
with:
4242
config-file: '.dlc.json'
4343
- name: Build doc

0 commit comments

Comments
 (0)