Skip to content

Commit

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

Bump lycheeverse/lychee-action from 1.0.9 to 1.1.0
  • Loading branch information
Daniel Holbach authored Nov 8, 2021
2 parents 1bfc097 + 897df76 commit ec5a15f
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 @@ -21,7 +21,7 @@ jobs:
- run: |
make gen-content
- name: Link Checker
uses: lycheeverse/lychee-action@v1.0.9
uses: lycheeverse/lychee-action@v1.1.0
with:
args: --verbose --no-progress --exclude-all-private **/*.md
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 @@ -29,7 +29,7 @@ jobs:
- name: lychee Link Checker
if: ${{ steps.getfile.outputs.ts != '' }}
id: lychee
uses: lycheeverse/lychee-action@v1.0.9
uses: lycheeverse/lychee-action@v1.1.0
with:
args: --verbose --no-progress --exclude-all-private ${{ steps.getfile.outputs.ts }}
env:
Expand Down

0 comments on commit ec5a15f

Please sign in to comment.