Skip to content

Commit

Permalink
chore(deps): update lycheeverse/lychee-action action to v1.9.0 (#207)
Browse files Browse the repository at this point in the history
[![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://github.com/lycheeverse/lychee-action)
| action | minor | `v1.8.0` -> `v1.9.0` |

---

### Release Notes

<details>
<summary>lycheeverse/lychee-action (lycheeverse/lychee-action)</summary>

###
[`v1.9.0`](https://github.com/lycheeverse/lychee-action/releases/tag/v1.9.0):
Version 1.9.0

[Compare
Source](https://github.com/lycheeverse/lychee-action/compare/v1.8.0...v1.9.0)

#### What's Changed

- Document the current directory for the cache argument example by
[@&#8203;theredfish](https://github.com/theredfish) in
[lycheeverse/lychee-action#193
- Add `*.rst` glob pattern to defaults by
[@&#8203;kdeldycke](https://github.com/kdeldycke) in
[lycheeverse/lychee-action#197
- Automatically pass Github token by
[@&#8203;mre](https://github.com/mre) in
[lycheeverse/lychee-action#196
- Always create output file; not only on error by
[@&#8203;mre](https://github.com/mre) in
[lycheeverse/lychee-action#199
- Bump actions/checkout from 3 to 4 by
[@&#8203;dependabot](https://github.com/dependabot) in
[lycheeverse/lychee-action#208
- add documentation on using the param when testing local files (as in…
by [@&#8203;tgaff](https://github.com/tgaff) in
[lycheeverse/lychee-action#211
- fix: Lychee output to file (fixes
[#&#8203;214](https://github.com/lycheeverse/lychee-action/issues/214))
by [@&#8203;LilDrunkenSmurf](https://github.com/LilDrunkenSmurf) in
[lycheeverse/lychee-action#215
- Add integration test for custom output paths
([#&#8203;215](https://github.com/lycheeverse/lychee-action/issues/215))
by [@&#8203;mre](https://github.com/mre) in
[lycheeverse/lychee-action#217
- Add integration tests for absolute output path and `--dump` by
[@&#8203;mre](https://github.com/mre) in
[lycheeverse/lychee-action#218

#### New Contributors

- [@&#8203;theredfish](https://github.com/theredfish) made their first
contribution in
[lycheeverse/lychee-action#193
- [@&#8203;kdeldycke](https://github.com/kdeldycke) made their first
contribution in
[lycheeverse/lychee-action#197
- [@&#8203;tgaff](https://github.com/tgaff) made their first
contribution in
[lycheeverse/lychee-action#211
- [@&#8203;LilDrunkenSmurf](https://github.com/LilDrunkenSmurf) made
their first contribution in
[lycheeverse/lychee-action#215

**Full Changelog**:
lycheeverse/lychee-action@v1...v1.9.0

</details>

---

### 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.

---

- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check
this box

---

This PR has been generated by [Mend
Renovate](https://www.mend.io/free-developer-tools/renovate/). View
repository job log [here](https://developer.mend.io/github/mykso/myks).

<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzNy4xMjEuMCIsInVwZGF0ZWRJblZlciI6IjM3LjEyMS4wIiwidGFyZ2V0QnJhbmNoIjoiZGV2In0=-->

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
  • Loading branch information
renovate[bot] committed Jan 5, 2024
1 parent 002cfe0 commit f5cf765
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/check-links-quickly.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
restore-keys: cache-lychee-

- name: Run lychee
uses: lycheeverse/lychee-action@v1.8.0
uses: lycheeverse/lychee-action@v1.9.0
with:
fail: true
args: "--base . --verbose --no-progress --cache --max-cache-age 3d 'docs/**/*.md'"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-links.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
restore-keys: cache-lychee-

- name: Run lychee
uses: lycheeverse/lychee-action@v1.8.0
uses: lycheeverse/lychee-action@v1.9.0
with:
args: "--base . --verbose --no-progress --cache --max-cache-age 3d 'docs/**/*.md'"

Expand Down

0 comments on commit f5cf765

Please sign in to comment.