Skip to content

Commit

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

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

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

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

* Update changelog

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

---------

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
(cherry picked from commit 1483077)
Signed-off-by: github-actions[bot] <github-actions[bot]@users.noreply.github.com>
  • Loading branch information
github-actions[bot] and dependabot[bot] committed Feb 17, 2025
1 parent 89d4fba commit 8de939a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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@v2.2.0
uses: lycheeverse/lychee-action@v2.3.0
with:
args: --accept=200,403,429 "**/*.html" "**/*.md" "**/*.txt" "**/*.json" --exclude "file:///github/workspace/*" --exclude-mail
fail: true
Expand Down
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +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))
- Bump `lycheeverse/lychee-action` from 1.5.0 to 2.3.0 ([#310](https://github.com/opensearch-project/opensearch-rs/pull/310), [#321](https://github.com/opensearch-project/opensearch-rs/pull/321))
- Bump `peter-evans/create-pull-request` from 5 to 7 ([#308](https://github.com/opensearch-project/opensearch-rs/pull/308))
- Bump `actions/github-script` from 6 to 7 ([#309](https://github.com/opensearch-project/opensearch-rs/pull/309))
- Bump `itertools` from 0.13.0 to 0.14.0 ([#319](https://github.com/opensearch-project/opensearch-rs/pull/319))
Expand Down

0 comments on commit 8de939a

Please sign in to comment.