From 9490d062e0c0f5ce76ada852ff54618ba0e7dc2f Mon Sep 17 00:00:00 2001 From: engn33r Date: Fri, 3 Oct 2025 00:00:00 +0000 Subject: [PATCH] Replace deprecated github action --- .github/workflows/link-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/link-check.yml b/.github/workflows/link-check.yml index e4d1733..0979592 100644 --- a/.github/workflows/link-check.yml +++ b/.github/workflows/link-check.yml @@ -7,6 +7,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@master - - uses: gaurav-nelson/github-action-markdown-link-check@v1 + - uses: tcort/github-action-markdown-link-check@v1 with: config-file: 'mlc_config.json'