File tree 1 file changed +5
-5
lines changed
1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 32
32
33
33
- name : Link Checker
34
34
id : lychee
35
- uses : lycheeverse/lychee-action@v1.6.1
35
+ uses : lycheeverse/lychee-action@v1.7.0
36
36
env :
37
37
GITHUB_TOKEN : ${{secrets.GITHUB_TOKEN}}
38
38
70
70
- uses: actions/checkout@v3
71
71
72
72
- name: Link Checker
73
- uses: lycheeverse/lychee-action@v1.6.1
73
+ uses: lycheeverse/lychee-action@v1.7.0
74
74
with:
75
75
fail: true
76
76
env:
@@ -100,7 +100,7 @@ See [action.yml](./action.yml) for a full list of supported arguments and their
100
100
101
101
` ` ` yml
102
102
- name: Link Checker
103
- uses: lycheeverse/lychee-action@v1.6.1
103
+ uses: lycheeverse/lychee-action@v1.7.0
104
104
with:
105
105
# Check all markdown and html files in repo (default)
106
106
args: --verbose --no-progress './**/*.md' './**/*.html'
@@ -125,7 +125,7 @@ In order to mitigate issues regarding rate limiting or to reduce stress on exter
125
125
restore-keys: cache-lychee-
126
126
127
127
- name: Run lychee
128
- uses: lycheeverse/lychee-action@v1.6.1
128
+ uses: lycheeverse/lychee-action@v1.7.0
129
129
with:
130
130
args: "--cache --max-cache-age 1d"
131
131
` ` `
@@ -145,7 +145,7 @@ If you need more control over when caches are restored and saved, you can split
145
145
restore-keys: cache-lychee-
146
146
147
147
- name: Run lychee
148
- uses: lycheeverse/lychee-action@v1.6.1
148
+ uses: lycheeverse/lychee-action@v1.7.0
149
149
with:
150
150
args: "--cache --max-cache-age 1d"
151
151
You can’t perform that action at this time.
0 commit comments