Skip to content

Commit

Permalink
update lychee-action to version 2.1.0 in workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
jgadsden authored Nov 8, 2024
2 parents a24eabd + 81fd8f5 commit 5e659df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/housekeeping.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
uses: actions/[email protected]

- name: Link Checker
uses: lycheeverse/lychee-action@v2.0.0
uses: lycheeverse/lychee-action@v2.1.0
with:
args: --verbose --no-progress --max-retries 2 '**/*.md' '*.md'
fail: true
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/[email protected]

- name: Link Checker
uses: lycheeverse/lychee-action@v2.0.0
uses: lycheeverse/lychee-action@v2.1.0
with:
args: --verbose --no-progress --max-retries 5 '**/*.md' '*.md'
fail: true
Expand Down

0 comments on commit 5e659df

Please sign in to comment.