From 17438eb9ff4731d4351becdfe8b93339e315ad6a Mon Sep 17 00:00:00 2001 From: "M. J. Fromberger" Date: Wed, 13 Apr 2022 11:59:44 -1000 Subject: [PATCH] Once more unto the breach, dear friends, once more. --- .github/workflows/markdown-links.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) 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'