From 33549bed68354cdff80a5999d3c897dc2f39a45d Mon Sep 17 00:00:00 2001 From: Jason Stirnaman Date: Fri, 12 Sep 2025 16:46:48 -0500 Subject: [PATCH] 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 --- .github/workflows/pr-link-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr-link-check.yml b/.github/workflows/pr-link-check.yml index e5af97bbe..c884491db 100644 --- a/.github/workflows/pr-link-check.yml +++ b/.github/workflows/pr-link-check.yml @@ -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)