diff --git a/.github/workflows/markdown-links.yml b/.github/workflows/markdown-links.yml index f49bf005602b..356eb3f31977 100644 --- a/.github/workflows/markdown-links.yml +++ b/.github/workflows/markdown-links.yml @@ -11,14 +11,12 @@ jobs: markdown-link-check: runs-on: ubuntu-latest steps: - - name: Work around https://github.com/actions/checkout/pull/760 - run: git config --global --add safe.directory $GITHUB_WORKSPACE - uses: actions/checkout@v3 - uses: technote-space/get-diff-action@v6.0.1 with: PATTERNS: | **/**.md - - uses: gaurav-nelson/github-action-markdown-link-check@1.0.14 + - uses: creachadair/github-action-markdown-link-check@master with: check-modified-files-only: 'yes' config-file: '.md-link-check.json'