From aca5188da4d4e13f66c9c6db80a50a5d0f04c5e1 Mon Sep 17 00:00:00 2001 From: "bloopy-boi[bot]" <98279278+bloopy-boi[bot]@users.noreply.github.com> Date: Thu, 25 Apr 2024 11:07:43 +0000 Subject: [PATCH] =?UTF-8?q?feat(github-action):=20update=20lycheeverse/lyc?= =?UTF-8?q?hee-action=20(=20v1.9.3=20=E2=86=92=20v1.10.0=20)=20(#266)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit This PR contains the following updates: | Package | Type | Update | Change | |---|---|---|---| | [lycheeverse/lychee-action](https://togithub.com/lycheeverse/lychee-action) | action | minor | `v1.9.3` -> `v1.10.0` | --- ### Release Notes
lycheeverse/lychee-action (lycheeverse/lychee-action) ### [`v1.10.0`](https://togithub.com/lycheeverse/lychee-action/releases/tag/v1.10.0) [Compare Source](https://togithub.com/lycheeverse/lychee-action/compare/v1.9.3...v1.10.0) #### What's Changed - Update `actions/checkout` to version `4` by [@​jacobdalamb](https://togithub.com/jacobdalamb) in [https://github.com/lycheeverse/lychee-action/pull/224](https://togithub.com/lycheeverse/lychee-action/pull/224) - Bump lychee to 0.15.0 by [@​mre](https://togithub.com/mre) in [https://github.com/lycheeverse/lychee-action/pull/226](https://togithub.com/lycheeverse/lychee-action/pull/226) #### New Contributors - [@​jacobdalamb](https://togithub.com/jacobdalamb) made their first contribution in [https://github.com/lycheeverse/lychee-action/pull/224](https://togithub.com/lycheeverse/lychee-action/pull/224) **Full Changelog**: https://github.com/lycheeverse/lychee-action/compare/v1.9.3...v1.10.0
--- ### 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, check this box --- This PR has been generated by [Renovate Bot](https://togithub.com/renovatebot/renovate). Co-authored-by: bloopy-boi[bot] <98279278+bloopy-boi[bot]@users.noreply.github.com> --- .github/workflows/schedule-broken-link-check.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/schedule-broken-link-check.yaml b/.github/workflows/schedule-broken-link-check.yaml index 5ba11b2..2f39eec 100755 --- a/.github/workflows/schedule-broken-link-check.yaml +++ b/.github/workflows/schedule-broken-link-check.yaml @@ -24,7 +24,7 @@ token: "${{ steps.generate-token.outputs.token }}" - name: Scan for broken links - uses: lycheeverse/lychee-action@c053181aa0c3d17606addfe97a9075a32723548a # v1.9.3 + uses: lycheeverse/lychee-action@2b973e86fc7b1f6b36a93795fe2c9c6ae1118621 # v1.10.0 id: lychee env: GITHUB_TOKEN: "${{ steps.generate-token.outputs.token }}"