From 76a8d468018dfd9d672685a28a88a36e36d32d01 Mon Sep 17 00:00:00 2001 From: mmcky Date: Wed, 1 Oct 2025 12:09:27 +1000 Subject: [PATCH] Update GitHub Actions to use new QuantEcon action locations - Replace QuantEcon/meta/.github/actions/link-checker@main with QuantEcon/action-link-checker@main in linkcheck.yml - This migration moves from the old meta repository structure to the new dedicated action repositories --- .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 bf866bde..25ff5d38 100644 --- a/.github/workflows/linkcheck.yml +++ b/.github/workflows/linkcheck.yml @@ -17,7 +17,7 @@ jobs: with: ref: gh-pages - name: AI-Powered Link Checker - uses: QuantEcon/meta/.github/actions/link-checker@main + uses: QuantEcon/action-link-checker@main with: html-path: '.' # gh-pages live html fail-on-broken: 'false'