Skip to content

Commit fff2b91

Browse files
authored
update markdown lint check (#3187)
use tcort/github-action-markdown-link-check, gaurav-nelson/github-action-markdown-link-check is deprecated
1 parent 5b27055 commit fff2b91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-md-link.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- uses: actions/checkout@master
4040
- name: Setup test environment
4141
uses: ./.github/actions/setup-test-env
42-
- uses: gaurav-nelson/github-action-markdown-link-check@5c5dfc0ac2e225883c0e5f03a85311ec2830d368 # v1
42+
- uses: tcort/github-action-markdown-link-check@e7c7a18363c842693fadde5d41a3bd3573a7a225
4343
with:
4444
use-quiet-mode: 'yes'
4545
config-file: '.github/workflows/check-md-link-config.json'

0 commit comments

Comments
 (0)