From 7025ceb830f9706b1de5e16dc5c8aefe96162781 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 Aug 2025 14:43:53 +0000 Subject: [PATCH] build(deps): Bump lycheeverse/lychee-action 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](https://github.com/lycheeverse/lychee-action/compare/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] --- .github/workflows/deploy_examples.yml | 2 +- .github/workflows/lint_README.yml | 2 +- .github/workflows/lint_generated_html.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy_examples.yml b/.github/workflows/deploy_examples.yml index 751e683..847a7ac 100644 --- a/.github/workflows/deploy_examples.yml +++ b/.github/workflows/deploy_examples.yml @@ -70,7 +70,7 @@ jobs: cd example_deploy cp ../src/elf_diff/html/example_page.html ./index.html - name: HTML Link Check - uses: lycheeverse/lychee-action@v1.9.3 + uses: lycheeverse/lychee-action@v2.0.2 id: lychee_html with: args: --verbose --no-progress "example_deploy/**/*.html" diff --git a/.github/workflows/lint_README.yml b/.github/workflows/lint_README.yml index 8444354..9a5d3b3 100644 --- a/.github/workflows/lint_README.yml +++ b/.github/workflows/lint_README.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: README.md Link Check - uses: lycheeverse/lychee-action@v1.9.3 + uses: lycheeverse/lychee-action@v2.0.2 id: lychee_readme_md with: args: --verbose --no-progress "/github/workspace/README.md" diff --git a/.github/workflows/lint_generated_html.yml b/.github/workflows/lint_generated_html.yml index 0184550..148acea 100644 --- a/.github/workflows/lint_generated_html.yml +++ b/.github/workflows/lint_generated_html.yml @@ -14,7 +14,7 @@ jobs: steps: - uses: actions/checkout@v3 - name: HTML Link Check - uses: lycheeverse/lychee-action@v1.9.3 + uses: lycheeverse/lychee-action@v2.0.2 id: lychee_html with: args: --verbose --no-progress "/github/workspace/test_output/**/*.html"