Use patched link-checker for periodic checks. (#8430)

In #8339 we pointed the markdown link checker action to a patched version that
has the up-to-date version of the underlying check tool. In doing so, I missed
the periodic cron job that runs the same workflow. Update it to use the patched
version also.
This commit is contained in:
M. J. Fromberger
2022-04-28 06:44:56 -07:00
committed by GitHub
parent 2a58ea3ab2
commit 47d52fc78d

View File

@@ -7,6 +7,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: gaurav-nelson/github-action-markdown-link-check@1.0.14
- uses: creachadair/github-action-markdown-link-check@master
with:
folder-path: "docs"