Skip to content

Commit 4234879

Browse files
authored
Build: Migrate markdown-link-check GH action (#2334)
<!-- Thanks for opening a pull request! --> <!-- In the case this PR will resolve an issue, please replace ${GITHUB_ISSUE_ID} below with the actual Github issue id. --> <!-- Closes #${GITHUB_ISSUE_ID} --> # Rationale for this change https://github.com/gaurav-nelson/github-action-markdown-link-check has been deprecated since Apr 2025 and https://github.com/tcort/github-action-markdown-link-check is recommended. # Are these changes tested? GH action change. # Are there any user-facing changes? No. <!-- In the case of user-facing changes, please add the changelog label. -->
1 parent 640c592 commit 4234879

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
@@ -36,4 +36,4 @@ jobs:
3636
runs-on: ubuntu-latest
3737
steps:
3838
- uses: actions/checkout@master
39-
- uses: gaurav-nelson/github-action-markdown-link-check@v1
39+
- uses: tcort/github-action-markdown-link-check@v1

0 commit comments

Comments
 (0)