From 86cb180fee9651fdf9a4ac0e03a2ae8736b6a78f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 28 Jul 2022 04:43:53 +0000 Subject: [PATCH] Update lycheeverse/lychee-action action to v1.5.1 (#25) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [![Mend Renovate](https://app.renovatebot.com/images/banner.svg)](https://renovatebot.com) This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [lycheeverse/lychee-action](https://togithub.com/lycheeverse/lychee-action) | action | patch | `v1.5.0` -> `v1.5.1` | --- ### Release Notes
lycheeverse/lychee-action ### [`v1.5.1`](https://togithub.com/lycheeverse/lychee-action/releases/tag/v1.5.1) [Compare Source](https://togithub.com/lycheeverse/lychee-action/compare/v1.5.0...v1.5.1) #### Summary Bump lychee version to fix some regressions and extend the documentation. #### What's Changed - README: Expand argument table by [@​tooomm](https://togithub.com/tooomm) in [https://github.com/lycheeverse/lychee-action/pull/143](https://togithub.com/lycheeverse/lychee-action/pull/143) - Propagate lychee exit code by [@​mre](https://togithub.com/mre) in [https://github.com/lycheeverse/lychee-action/pull/145](https://togithub.com/lycheeverse/lychee-action/pull/145) - Bump lychee version to 0.10.1 by [@​mre](https://togithub.com/mre) in [https://github.com/lycheeverse/lychee-action/pull/150](https://togithub.com/lycheeverse/lychee-action/pull/150) #### New Contributors - [@​tooomm](https://togithub.com/tooomm) made their first contribution in [https://github.com/lycheeverse/lychee-action/pull/143](https://togithub.com/lycheeverse/lychee-action/pull/143) **Full Changelog**: https://github.com/lycheeverse/lychee-action/compare/v1.5.0...v1.5.1
--- ### Configuration 📅 **Schedule**: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined). 🚦 **Automerge**: Enabled. ♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox. 🔕 **Ignore**: Close this PR and you won't be reminded about this update again. --- - [ ] If you want to rebase/retry this PR, click this checkbox. --- This PR has been generated by [Mend Renovate](https://www.mend.io/free-developer-tools/renovate/). View repository job log [here](https://app.renovatebot.com/dashboard#github/sosiristseng/template-hugo-book). --- .github/workflows/lychee.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lychee.yml b/.github/workflows/lychee.yml index 66df96b..325a488 100644 --- a/.github/workflows/lychee.yml +++ b/.github/workflows/lychee.yml @@ -13,7 +13,7 @@ jobs: - uses: actions/checkout@v3 - name: Link Checker - uses: lycheeverse/lychee-action@v1.5.0 + uses: lycheeverse/lychee-action@v1.5.1 id: lychee with: args: "--accept 200,204,429 --verbose --no-progress content/"