From 20e45afbf7b91d2ccdc521a2b22fddeb35c0333d Mon Sep 17 00:00:00 2001 From: Damien Mathieu <42@dmathieu.com> Date: Fri, 11 Oct 2024 09:41:25 +0200 Subject: [PATCH] Revert "chore(deps): update lycheeverse/lychee-action action to v2" (#6229) Reverts open-telemetry/opentelemetry-go-contrib#6220 lychee-action has a regression in v2, where it deletes the config file, and we therefore try checking links for templates that shouldn't be checked. See https://github.com/lycheeverse/lychee-action/pull/255 --- .github/workflows/links-fail-fast.yml | 2 +- .github/workflows/links.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/links-fail-fast.yml b/.github/workflows/links-fail-fast.yml index be7c5b337ec..473c56ff782 100644 --- a/.github/workflows/links-fail-fast.yml +++ b/.github/workflows/links-fail-fast.yml @@ -20,7 +20,7 @@ jobs: restore-keys: cache-lychee- - name: Link Checker - uses: lycheeverse/lychee-action@v2.0.0 + uses: lycheeverse/lychee-action@v1.10.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: diff --git a/.github/workflows/links.yml b/.github/workflows/links.yml index 1d9e42f36f2..1ffb4e8d2ec 100644 --- a/.github/workflows/links.yml +++ b/.github/workflows/links.yml @@ -26,7 +26,7 @@ jobs: - name: Link Checker id: lychee - uses: lycheeverse/lychee-action@v2.0.0 + uses: lycheeverse/lychee-action@v1.10.0 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: