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'