Skip to content

Commit

Permalink
Use patched link-checker for periodic checks. (#8430)
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
M. J. Fromberger authored and tychoish committed Apr 28, 2022
1 parent 4844af2 commit 4868bb4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/linkchecker.yml
Expand Up @@ -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"

0 comments on commit 4868bb4

Please sign in to comment.