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"