diff --git a/.github/workflows/markdown-links.yml b/.github/workflows/markdown-links.yml index 0c6d5079b..2db8aecdd 100644 --- a/.github/workflows/markdown-links.yml +++ b/.github/workflows/markdown-links.yml @@ -7,7 +7,7 @@ jobs: markdown-link-check: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v5 - name: Link Checker id: lychee uses: lycheeverse/lychee-action@v1.9.0 @@ -18,4 +18,4 @@ jobs: with: title: Link Checker Report content-filepath: ./lychee/out.md - labels: report, automated issue \ No newline at end of file + labels: report, automated issue