32
32
33
33
- name : Link Checker
34
34
id : lychee
35
- uses : lycheeverse/lychee-action@v1.8 .0
35
+ uses : lycheeverse/lychee-action@v1.9 .0
36
36
37
37
- name : Create Issue From File
38
38
if : env.lychee_exit_code != 0
68
68
- uses: actions/checkout@v3
69
69
70
70
- name: Link Checker
71
- uses: lycheeverse/lychee-action@v1.8 .0
71
+ uses: lycheeverse/lychee-action@v1.9 .0
72
72
with:
73
73
fail: true
74
74
` ` `
@@ -77,7 +77,7 @@ You may want to add additional arguments to the above. In particular, if you're
77
77
78
78
` ` ` yaml
79
79
- name: Link Checker
80
- uses: lycheeverse/lychee-action@v1.8 .0
80
+ uses: lycheeverse/lychee-action@v1.9 .0
81
81
with:
82
82
fail: true
83
83
args: --base . --verbose --no-progress './**/*.md' './**/*.html' './**/*.rst'
@@ -109,7 +109,7 @@ Here is how to pass the arguments.
109
109
110
110
` ` ` yml
111
111
- name: Link Checker
112
- uses: lycheeverse/lychee-action@v1.8 .0
112
+ uses: lycheeverse/lychee-action@v1.9 .0
113
113
with:
114
114
# Check all markdown and html files in repo (default)
115
115
args: --base . --verbose --no-progress './**/*.md' './**/*.html' './**/*.rst'
@@ -141,7 +141,7 @@ In order to mitigate issues regarding rate limiting or to reduce stress on exter
141
141
restore-keys: cache-lychee-
142
142
143
143
- name: Run lychee
144
- uses: lycheeverse/lychee-action@v1.8 .0
144
+ uses: lycheeverse/lychee-action@v1.9 .0
145
145
with:
146
146
args: "--base . --cache --max-cache-age 1d ."
147
147
` ` `
@@ -161,7 +161,7 @@ If you need more control over when caches are restored and saved, you can split
161
161
restore-keys: cache-lychee-
162
162
163
163
- name: Run lychee
164
- uses: lycheeverse/lychee-action@v1.8 .0
164
+ uses: lycheeverse/lychee-action@v1.9 .0
165
165
with:
166
166
args: "--base . --cache --max-cache-age 1d ."
167
167
0 commit comments