File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 3232
3333 - name : Link Checker
3434 id : lychee
35- uses : lycheeverse/lychee-action@v1.5.3
35+ uses : lycheeverse/lychee-action@v1.5.4
3636 env :
3737 GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
3838
7070 - uses: actions/checkout@v3
7171
7272 - name: Link Checker
73- uses: lycheeverse/lychee-action@v1.5.3
73+ uses: lycheeverse/lychee-action@v1.5.4
7474 with:
7575 fail: true
7676 env:
@@ -100,7 +100,7 @@ See [action.yml](./action.yml) for a full list of supported arguments and their
100100
101101` ` ` yml
102102- name: Link Checker
103- uses: lycheeverse/lychee-action@v1.5.3
103+ uses: lycheeverse/lychee-action@v1.5.4
104104 with:
105105 # Check all markdown and html files in repo (default)
106106 args: --verbose --no-progress './**/*.md' './**/*.html'
@@ -125,7 +125,7 @@ In order to mitigate issues regarding rate limiting or to reduce stress on exter
125125 restore-keys: cache-lychee-
126126
127127- name: Run lychee
128- uses: lycheeverse/lychee-action@v1.5.3
128+ uses: lycheeverse/lychee-action@v1.5.4
129129 with:
130130 args: "--cache --max-cache-age 1d"
131131` ` `
@@ -197,7 +197,7 @@ For example:
197197
198198` ` ` yml
199199- name: Link Checker
200- uses: lycheeverse/lychee-action@0fcec0b45a1cc548fd8b6d9e859b1f8a2cc156ce # for v1.5.3
200+ uses: lycheeverse/lychee-action@0682ed617509a52424db04e7502c1dc3df28b469 # for v1.5.4
201201` ` `
202202
203203# # Credits
You can’t perform that action at this time.
0 commit comments