Skip to content

Commit 392c32c

Browse files
Bump lycheeverse/lychee-action from 1.9.3 to 2.0.2 in /.github/workflows (#946)
* Bump lycheeverse/lychee-action from 1.9.3 to 2.0.2 in /.github/workflows Bumps [lycheeverse/lychee-action](https://github.com/lycheeverse/lychee-action) from 1.9.3 to 2.0.2. - [Release notes](https://github.com/lycheeverse/lychee-action/releases) - [Commits](lycheeverse/lychee-action@v1.9.3...v2.0.2) --- updated-dependencies: - dependency-name: lycheeverse/lychee-action dependency-version: 2.0.2 dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> * chore: add bump entry in CHANGELOG.md Signed-off-by: florian <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: florian <[email protected]> Signed-off-by: florianvazelle <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: florian <[email protected]>
1 parent 156dfb9 commit 392c32c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
- uses: actions/checkout@v4
1717
- name: lychee Link Checker
1818
id: lychee
19-
uses: lycheeverse/lychee-action@v1.9.3
19+
uses: lycheeverse/lychee-action@v2.0.2
2020
with:
2121
args: --accept=200,403,429 "**/*.html" "**/*.md" "**/*.txt" "**/*.json" --exclude-file ".github/workflows/.lychee.excludes" --exclude-mail
2222
fail: true

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ Inspired from [Keep a Changelog](https://keepachangelog.com/en/1.0.0/)
1717
### Dependencies
1818
- Bumps `aiohttp` from >=3.9.4,<4 to >=3.10.11,<4 ([#920](https://github.com/opensearch-project/opensearch-py/pull/920))
1919
- Bump `pytest-asyncio` from <=0.25.1 to <=1.1.0 ([#936](https://github.com/opensearch-project/opensearch-py/pull/936))
20-
20+
- Bumps `lycheeverse/lychee-action` from 1.9.3 to 2.0.2 ([#946](https://github.com/opensearch-project/opensearch-py/pull/946))
2121

2222
## [3.0.0]
2323
### Added

0 commit comments

Comments
 (0)