diff --git a/.github/workflows/markdown-links.yml b/.github/workflows/markdown-links.yml index 0c6d5079b..06ae46cf8 100644 --- a/.github/workflows/markdown-links.yml +++ b/.github/workflows/markdown-links.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v4 - name: Link Checker id: lychee - uses: lycheeverse/lychee-action@v1.9.0 + uses: lycheeverse/lychee-action@v2.0.2 - name: Create Issue From File if: env.lychee_exit_code != 0