Skip to content

Commit

Permalink
Revert "chore(deps): update lycheeverse/lychee-action action to v2" (#…
Browse files Browse the repository at this point in the history
…6229)

Reverts #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 lycheeverse/lychee-action#255
  • Loading branch information
dmathieu authored Oct 11, 2024
1 parent 5322670 commit 20e45af
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-fail-fast.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 20e45af

Please sign in to comment.