Skip to content

Commit

Permalink
Use patched link-checker for periodic checks.
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 committed Apr 28, 2022
1 parent 2a58ea3 commit 1587857
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 1587857

Please sign in to comment.