From 55cc9baac7f31860e60a7ecc895179505bd25e93 Mon Sep 17 00:00:00 2001 From: taku333 Date: Mon, 30 Dec 2024 00:52:33 +0900 Subject: [PATCH] Only use major version for lychee-action --- .github/workflows/link-checker-prs.yml | 2 +- .github/workflows/link-checker.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/link-checker-prs.yml b/.github/workflows/link-checker-prs.yml index 3c1d5f066..a49b7ae05 100644 --- a/.github/workflows/link-checker-prs.yml +++ b/.github/workflows/link-checker-prs.yml @@ -37,7 +37,7 @@ jobs: - if: ${{ env.MARKDOWN_FILES != '' }} name: Link Checker - uses: lycheeverse/lychee-action@v2.2.0 + uses: lycheeverse/lychee-action@v2 with: args: --verbose --no-progress --exclude-mail --cache --max-cache-age 1d $MARKDOWN_FILES fail: true diff --git a/.github/workflows/link-checker.yml b/.github/workflows/link-checker.yml index f1f5f943b..a2d660e09 100644 --- a/.github/workflows/link-checker.yml +++ b/.github/workflows/link-checker.yml @@ -25,7 +25,7 @@ jobs: restore-keys: cache-lychee- - name: Link Checker - uses: lycheeverse/lychee-action@v2.2.0 + uses: lycheeverse/lychee-action@v2 with: args: --verbose --no-progress --exclude-mail --cache --max-cache-age 1d README.md patterns/ book/ translation/ fail: true