chore(ci): update link-checker to v1.2.4

- Update GitHub Actions workflow to use link-checker v1.2.4
- Ensures CI uses latest link validation tooling with improvements and bug fixes
pull/6382/head
Jason Stirnaman 2025-09-12 16:46:48 -05:00
parent d452a6646f
commit 33549bed68
1 changed files with 1 additions and 1 deletions

View File

@ -95,7 +95,7 @@ jobs:
curl -L -H "Accept: application/vnd.github+json" \
-H "Authorization: Bearer ${{ secrets.GITHUB_TOKEN }}" \
-o link-checker-info.json \
"https://api.github.com/repos/influxdata/docs-v2/releases/tags/link-checker-v1.2.3"
"https://api.github.com/repos/influxdata/docs-v2/releases/tags/link-checker-v1.2.4"
# Extract download URL for linux binary
DOWNLOAD_URL=$(jq -r '.assets[] | select(.name | test("link-checker.*linux")) | .url' link-checker-info.json)