Skip to content

Commit

Permalink
Merge pull request #335 from fluxcd/dependabot/github_actions/lycheev…
Browse files Browse the repository at this point in the history
…erse/lychee-action-1.9.1

Bump lycheeverse/lychee-action from 1.8.0 to 1.9.1
  • Loading branch information
stefanprodan authored Jan 10, 2024
2 parents c897036 + 3980f11 commit fb64194
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/lychee-cron.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
- uses: actions/checkout@v4

- name: Link Checker
uses: lycheeverse/lychee-action@v1.8.0
uses: lycheeverse/lychee-action@v1.9.1
with:
args: --verbose --no-progress .
env:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/lychee-pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
- uses: actions/checkout@v4
- name: lychee Link Checker
id: lychee
uses: lycheeverse/lychee-action@v1.8.0
uses: lycheeverse/lychee-action@v1.9.1
with:
args: --verbose --no-progress .
fail: true

0 comments on commit fb64194

Please sign in to comment.