Skip to content

Commit

Permalink
Bump Lychee actions
Browse files Browse the repository at this point in the history
  • Loading branch information
meduzen committed Apr 28, 2024
1 parent 610c6a2 commit df3d453
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-cron.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- uses: actions/checkout@v4

- name: Check links
uses: lycheeverse/lychee-action@v1.9.2
uses: lycheeverse/lychee-action@v1.10.0
with:
args: 'https://blog.mehdi.cc'

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/links.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Check links
uses: lycheeverse/lychee-action@v1.9.2
uses: lycheeverse/lychee-action@v1.10.0
with:
args: './vitepress/**/*.md --base ./vitepress/public'
fail: true

0 comments on commit df3d453

Please sign in to comment.