Skip to content

Commit e6d1afe

Browse files
authored
Fix GHA deprecation warning (upgrade lychee-action to 1.5.2) (#476)
Upgrade lychee-action to 1.5.2
1 parent b5c152f commit e6d1afe

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.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/[email protected].0
40+
uses: lycheeverse/[email protected].2
4141
with:
4242
args: --verbose --no-progress --cache --max-cache-age 1d $MARKDOWN_FILES
4343
fail: true

.github/workflows/link-checker.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
restore-keys: cache-lychee-
2525

2626
- name: Link Checker
27-
uses: lycheeverse/[email protected].0
27+
uses: lycheeverse/[email protected].2
2828
with:
2929
args: --verbose --no-progress --cache --max-cache-age 1d README.md patterns/ book/ translation/
3030
fail: true

0 commit comments

Comments
 (0)