Skip to content

Commit 55cc9ba

Browse files
authored
Only use major version for lychee-action
1 parent 34a8efe commit 55cc9ba

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/lychee-action@v2.2.0
40+
uses: lycheeverse/lychee-action@v2
4141
with:
4242
args: --verbose --no-progress --exclude-mail --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
@@ -25,7 +25,7 @@ jobs:
2525
restore-keys: cache-lychee-
2626

2727
- name: Link Checker
28-
uses: lycheeverse/lychee-action@v2.2.0
28+
uses: lycheeverse/lychee-action@v2
2929
with:
3030
args: --verbose --no-progress --exclude-mail --cache --max-cache-age 1d README.md patterns/ book/ translation/
3131
fail: true

0 commit comments

Comments
 (0)