From 6281823b96096f10d918167616b64b337adbe4f1 Mon Sep 17 00:00:00 2001 From: gregcorbett Date: Wed, 5 Nov 2025 07:55:49 +0000 Subject: [PATCH] Switch link checking to Linkspector - The previous action is deprecated and is no longer actively maintained as of Apr 2025 - Previous action: https://github.com/gaurav-nelson/github-action-markdown-link-check - Of the two suggested replacements (Linkspector and a fork of the original), Linkspector seems like the slightly more used one. --- .github/workflows/validate.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/validate.yml b/.github/workflows/validate.yml index b24fc0e..e2a01a7 100644 --- a/.github/workflows/validate.yml +++ b/.github/workflows/validate.yml @@ -36,7 +36,7 @@ jobs: uses: actions/checkout@v4 - name: Check for broken links - uses: gaurav-nelson/github-action-markdown-link-check@v1 + uses: umbrelladocs/action-linkspector@v1 spellcheck: name: Spellcheck