From 355a490f314829674f0f28649f236cc7d10962f2 Mon Sep 17 00:00:00 2001 From: Matt McKay Date: Mon, 3 Aug 2026 20:22:50 +1000 Subject: [PATCH] Pin the link checker to v1 instead of the initial commit --- .github/workflows/linkcheck.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linkcheck.yml b/.github/workflows/linkcheck.yml index aaf3f3a..ee55949 100644 --- a/.github/workflows/linkcheck.yml +++ b/.github/workflows/linkcheck.yml @@ -42,7 +42,7 @@ jobs: exit 1 fi - name: AI-Powered Link Checker - uses: QuantEcon/action-link-checker@v1.0.0 + uses: QuantEcon/action-link-checker@v1 with: html-path: '_site' fail-on-broken: 'false'