diff --git a/.github/workflows/gh-pages.yml b/.github/workflows/gh-pages.yml index 51cd18f08ac..36ebde238a7 100644 --- a/.github/workflows/gh-pages.yml +++ b/.github/workflows/gh-pages.yml @@ -71,7 +71,7 @@ jobs: key: cache-lychee-${{ github.sha }} restore-keys: cache-lychee- - name: Run lychee - uses: lycheeverse/lychee-action@v1 + uses: lycheeverse/lychee-action@v2.0.2 with: args: "-n --cache --max-cache-age 10d docs/rfc docs/ldml" fail: false diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 18690f15db1..525b118e175 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -52,7 +52,7 @@ jobs: key: cache-lychee-${{ github.sha }} restore-keys: cache-lychee- - name: Run lychee on PathDescriptions.md - uses: lycheeverse/lychee-action@v1 + uses: lycheeverse/lychee-action@v2.0.2 with: args: "-n --cache --max-cache-age 10d tools/cldr-code/src/main/resources/org/unicode/cldr/util/data/PathDescriptions.md" fail: true