diff --git a/.github/workflows/link-checker-intermittent.yml b/.github/workflows/link-checker-intermittent.yml index 1408d95..f5d8cae 100644 --- a/.github/workflows/link-checker-intermittent.yml +++ b/.github/workflows/link-checker-intermittent.yml @@ -10,7 +10,7 @@ jobs: - uses: actions/checkout@v2 - name: lychee Link Checker id: lychee - uses: lycheeverse/lychee-action@v1.0.6 + uses: lycheeverse/lychee-action@v2.0.2 with: args: --verbose --no-progress *.html *.md - name: Fail if there were link errors diff --git a/.github/workflows/link-checker.yml b/.github/workflows/link-checker.yml index b812fd2..16ab726 100644 --- a/.github/workflows/link-checker.yml +++ b/.github/workflows/link-checker.yml @@ -13,6 +13,6 @@ jobs: - uses: actions/checkout@v2 - name: lychee Link Checker id: lychee - uses: lycheeverse/lychee-action@v1.0.6 + uses: lycheeverse/lychee-action@v2.0.2 with: args: --verbose --no-progress *.html *.md