Skip to content

Commit 22134d3

Browse files
authored
Bump version to 1.9.0
1 parent ebd95eb commit 22134d3

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

README.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232

3333
- name: Link Checker
3434
id: lychee
35-
uses: lycheeverse/lychee-action@v1.8.0
35+
uses: lycheeverse/lychee-action@v1.9.0
3636

3737
- name: Create Issue From File
3838
if: env.lychee_exit_code != 0
@@ -68,7 +68,7 @@ jobs:
6868
- uses: actions/checkout@v3
6969
7070
- name: Link Checker
71-
uses: lycheeverse/lychee-action@v1.8.0
71+
uses: lycheeverse/lychee-action@v1.9.0
7272
with:
7373
fail: true
7474
```
@@ -77,7 +77,7 @@ You may want to add additional arguments to the above. In particular, if you're
7777

7878
```yaml
7979
- name: Link Checker
80-
uses: lycheeverse/lychee-action@v1.8.0
80+
uses: lycheeverse/lychee-action@v1.9.0
8181
with:
8282
fail: true
8383
args: --base . --verbose --no-progress './**/*.md' './**/*.html' './**/*.rst'
@@ -109,7 +109,7 @@ Here is how to pass the arguments.
109109

110110
```yml
111111
- name: Link Checker
112-
uses: lycheeverse/lychee-action@v1.8.0
112+
uses: lycheeverse/lychee-action@v1.9.0
113113
with:
114114
# Check all markdown and html files in repo (default)
115115
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
141141
restore-keys: cache-lychee-
142142
143143
- name: Run lychee
144-
uses: lycheeverse/lychee-action@v1.8.0
144+
uses: lycheeverse/lychee-action@v1.9.0
145145
with:
146146
args: "--base . --cache --max-cache-age 1d ."
147147
```
@@ -161,7 +161,7 @@ If you need more control over when caches are restored and saved, you can split
161161
restore-keys: cache-lychee-
162162
163163
- name: Run lychee
164-
uses: lycheeverse/lychee-action@v1.8.0
164+
uses: lycheeverse/lychee-action@v1.9.0
165165
with:
166166
args: "--base . --cache --max-cache-age 1d ."
167167

0 commit comments

Comments
 (0)