Skip to content

Commit

Permalink
chore(gh_actions): update link checker
Browse files Browse the repository at this point in the history
  • Loading branch information
blakebyrnes committed Feb 13, 2025
1 parent 526c27d commit 4c11f27
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docs-links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,11 +16,11 @@ jobs:
- uses: actions/checkout@v4

- name: Check README
uses: becheran/mlc@v0.19.0
uses: becheran/mlc@v0.21.0
with:
args: ./README.md

- name: Check Docs
uses: becheran/mlc@v0.19.0
uses: becheran/mlc@v0.21.0
with:
args: ./docs

0 comments on commit 4c11f27

Please sign in to comment.