Skip to content

Commit

Permalink
ci: upgrade Lychee action version
Browse files Browse the repository at this point in the history
  • Loading branch information
owenvoke authored Sep 13, 2024
1 parent d83c551 commit 8ae5299
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/link_check.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,9 @@ jobs:
- uses: actions/checkout@v3

- name: 🔗 Check Links
uses: lycheeverse/lychee-action@v1.6.1
uses: lycheeverse/lychee-action@v1.10.0
with:
fail: true
args: --config .github/workflows/lychee.toml './**/*.md'
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 8ae5299

Please sign in to comment.