diff --git a/.github/workflows/link_check.yml b/.github/workflows/link_check.yml index fa2f125..44793f3 100644 --- a/.github/workflows/link_check.yml +++ b/.github/workflows/link_check.yml @@ -11,10 +11,10 @@ jobs: linkChecker: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v4 + - uses: actions/checkout@v6 - name: 🔗 Check Links - uses: lycheeverse/lychee-action@v1.10.0 + uses: lycheeverse/lychee-action@v2.8.0 with: fail: true args: --config .github/workflows/lychee.toml './**/*.md'