diff --git a/.github/workflows/broken-links-site.yml b/.github/workflows/broken-links-site.yml index b6b9e2df6fd8..a62684d2a6f2 100644 --- a/.github/workflows/broken-links-site.yml +++ b/.github/workflows/broken-links-site.yml @@ -40,7 +40,7 @@ jobs: npm install -g purgecss purgecss -c purgecss.config.js - name: Link Checker 🔗 - uses: lycheeverse/lychee-action@v1.9.0 + uses: lycheeverse/lychee-action@v2.0.2 with: fail: true # only check local links diff --git a/.github/workflows/broken-links.yml b/.github/workflows/broken-links.yml index 88a2ad4034e3..d23c01171547 100644 --- a/.github/workflows/broken-links.yml +++ b/.github/workflows/broken-links.yml @@ -47,7 +47,7 @@ jobs: - uses: actions/checkout@v4 - name: Link Checker 🔗 - uses: lycheeverse/lychee-action@v2.1.0 + uses: lycheeverse/lychee-action@v2.0.2 with: fail: true # removed md files that include liquid tags