diff --git a/.github/workflows/daily-link-checker.yml b/.github/workflows/daily-link-checker.yml index 88092022f7e4..b941cdcdf067 100644 --- a/.github/workflows/daily-link-checker.yml +++ b/.github/workflows/daily-link-checker.yml @@ -15,7 +15,7 @@ jobs: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b - name: Check links - uses: gaurav-nelson/github-action-markdown-link-check@9710f0fec812ce0a3b98bef4c9d842fc1f39d976 + uses: gaurav-nelson/github-action-markdown-link-check@5c5dfc0ac2e225883c0e5f03a85311ec2830d368 id: linkcheck with: use-quiet-mode: "yes" diff --git a/.github/workflows/link-checker.yml b/.github/workflows/link-checker.yml index 36ccd6fc9234..add67d6773c2 100644 --- a/.github/workflows/link-checker.yml +++ b/.github/workflows/link-checker.yml @@ -10,7 +10,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b - - uses: gaurav-nelson/github-action-markdown-link-check@9710f0fec812ce0a3b98bef4c9d842fc1f39d976 + - uses: gaurav-nelson/github-action-markdown-link-check@5c5dfc0ac2e225883c0e5f03a85311ec2830d368 with: base-branch: latest check-modified-files-only: 'yes'