Skip to content

Commit d013920

Browse files
tghosthclaude
andcommitted
Replace deprecated URL checker action with maintained fork
gaurav-nelson/github-action-markdown-link-check is explicitly deprecated and points to tcort/github-action-markdown-link-check as its successor. The new action is actively maintained by the upstream markdown-link-check package author and uses the same config file format. Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
1 parent f3ad55d commit d013920

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/url-checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
fi
3131
3232
- name: Check URLs
33-
uses: gaurav-nelson/github-action-markdown-link-check@v1
33+
uses: tcort/github-action-markdown-link-check@v1
3434
with:
3535
check-modified-files-only: ${{ steps.options.outputs.check-modified-files-only }}
3636
config-file: .github/workflows/config/url-checker-config.json

0 commit comments

Comments
 (0)