Skip to content

Commit 14b6379

Browse files
authored
Merge pull request #63 from jhlegarreta/UpdateLinkCheckerActionURL
[INFRA] Update link checker action URL in GHA workflow file
2 parents baf126b + 9405619 commit 14b6379

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check_md_links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@master
15-
- uses: gaurav-nelson/github-action-markdown-link-check@v1
15+
- uses: tcort/github-action-markdown-link-check@v1
1616
with:
1717
use-quiet-mode: yes
1818
use-verbose-mode: yes

0 commit comments

Comments
 (0)