diff --git a/.github/workflows/markdown-checks.yml b/.github/workflows/markdown-checks.yml index ce1ce80..fb124ac 100644 --- a/.github/workflows/markdown-checks.yml +++ b/.github/workflows/markdown-checks.yml @@ -27,7 +27,7 @@ jobs: uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 - name: Link Checker - uses: lycheeverse/lychee-action@8646ba30535128ac92d33dfc9133794bfdd9b411 # v2.8.0 + uses: lycheeverse/lychee-action@e7477775783ea5526144ba13e8db5eec57747ce8 # v2.9.0 with: # There is no security token. So, it would fail on any links which aren't public. args: "--verbose --no-progress **/*.md"