Skip to content

Commit

Permalink
Bump lycheeverse/lychee-action from 1.5.0 to 2.2.0 (#310) (#314)
Browse files Browse the repository at this point in the history
* Bump lycheeverse/lychee-action from 1.5.0 to 2.2.0

Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 1.5.0 to 2.2.0.
- [Release notes](https://github.com/lycheeverse/lychee-action/releases)
- [Commits](lycheeverse/lychee-action@v1.5.0...v2.2.0)

---
updated-dependencies:
- dependency-name: lycheeverse/lychee-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...



* Update changelog



---------




(cherry picked from commit c3e6994)

Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: dependabot[bot] <dependabot[bot]@users.noreply.github.com>
  • Loading branch information
4 people authored Dec 23, 2024
1 parent 0c40198 commit 985477b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
- uses: actions/checkout@v4
- name: lychee Link Checker
id: lychee
uses: lycheeverse/lychee-action@v1.5.0
uses: lycheeverse/lychee-action@v2.2.0
with:
args: --accept=200,403,429 "**/*.html" "**/*.md" "**/*.txt" "**/*.json" --exclude "file:///github/workspace/*" --exclude-mail
fail: true
Expand Down
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
- Bump `softprops/action-gh-release` from 1 to 2 ([#303](https://github.com/opensearch-project/opensearch-rs/pull/303))
- Bump `actions/cache` from 3 to 4 ([#304](https://github.com/opensearch-project/opensearch-rs/pull/304))
- Bump `actions/setup-java` from 3 to 4 ([#302](https://github.com/opensearch-project/opensearch-rs/pull/302))
- Bump `lycheeverse/lychee-action` from 1.5.0 to 2.2.0 ([#310](https://github.com/opensearch-project/opensearch-rs/pull/310))

### Changed

Expand Down

0 comments on commit 985477b

Please sign in to comment.