From 8d8e5fb5a29341ac20b9989bac757e6c9847ac25 Mon Sep 17 00:00:00 2001 From: CrazyFrog Date: Tue, 12 Aug 2025 19:52:52 +0200 Subject: [PATCH] Update markdown-links.yml --- .github/workflows/markdown-links.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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