From 3193de537b786502faf911ff7ce266cfef3bdc31 Mon Sep 17 00:00:00 2001 From: Francois Zaninotto Date: Mon, 16 Mar 2026 09:44:14 +0100 Subject: [PATCH] Replace 404-links action with linkinator-action --- .github/workflows/404-links.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/404-links.yml b/.github/workflows/404-links.yml index f6938a3..b0289d3 100644 --- a/.github/workflows/404-links.yml +++ b/.github/workflows/404-links.yml @@ -10,7 +10,8 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - name: 'atalent-labs-404-links' - uses: atalent-labs/404-links@3.1.6 + - uses: JustinBeckwith/linkinator-action@v2 + with: + paths: README.md env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}