Skip to content

Commit

Permalink
build(deps): bump lycheeverse/lychee-action from 2ac9f030ccdea0033e25…
Browse files Browse the repository at this point in the history
…10a23a67da2a2da98492 to ef8c8f32c278e9eed290c6e6c96748f16b6cd335 (#524)

* build(deps): bump lycheeverse/lychee-action

Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 2ac9f030ccdea0033e2510a23a67da2a2da98492 to ef8c8f32c278e9eed290c6e6c96748f16b6cd335.
- [Release notes](https://github.com/lycheeverse/lychee-action/releases)
- [Commits](lycheeverse/lychee-action@2ac9f03...ef8c8f3)

---
updated-dependencies:
- dependency-name: lycheeverse/lychee-action
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>

* Update lychee.yml

Signed-off-by: Sall <[email protected]>

---------

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Sall <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Sall <[email protected]>
  • Loading branch information
dependabot[bot] and ss-o authored Nov 30, 2023
1 parent 86f387b commit 96c7db3
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lychee.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,9 @@ jobs:
restore-keys: cache-lychee-
- name: "📊 Lychee Link Checker"
id: lychee
uses: lycheeverse/lychee-action@2ac9f030ccdea0033e2510a23a67da2a2da98492
uses: lycheeverse/lychee-action@v1.8.0
with:
args: "--config ./.github/lychee.toml -- '**/*.md*'"
args: --config ./.github/lychee.toml --base . --verbose --no-progress './**/*.md*'
format: markdown
output: ./.github/LINKS_REPORT.md
fail: false
Expand Down

0 comments on commit 96c7db3

Please sign in to comment.