Skip to content

Commit e1086c2

Browse files
fix: update link checker to latest version
1 parent e0535d8 commit e1086c2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/link-checker-prs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737

3838
- if: ${{ env.MARKDOWN_FILES != '' }}
3939
name: Link Checker
40-
uses: lycheeverse/lychee-action@v1.5.0
40+
uses: lycheeverse/lychee-action@v2.3.0
4141
with:
4242
args: --verbose --no-progress --exclude-mail --cache --max-cache-age 1d $MARKDOWN_FILES
4343
fail: true

.github/workflows/links-fail-fast.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
- uses: actions/checkout@v3
1212

1313
- name: Link Checker
14-
uses: lycheeverse/lychee-action@v1.5.0
14+
uses: lycheeverse/lychee-action@v2.3.0
1515
with:
1616
fail: true
1717
jobSummary: true

0 commit comments

Comments
 (0)