Skip to content

Commit

Permalink
Only use major version for lychee-action
Browse files Browse the repository at this point in the history
  • Loading branch information
taku333 authored Dec 29, 2024
1 parent 34a8efe commit 55cc9ba
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/link-checker-prs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/link-checker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 55cc9ba

Please sign in to comment.