Skip to content

Commit

Permalink
Bump version to 1.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mre committed Jan 5, 2024
1 parent ebd95eb commit 22134d3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Expand Up @@ -32,7 +32,7 @@ jobs:

- name: Link Checker
id: lychee
uses: lycheeverse/lychee-action@v1.8.0
uses: lycheeverse/lychee-action@v1.9.0

- name: Create Issue From File
if: env.lychee_exit_code != 0
Expand Down Expand Up @@ -68,7 +68,7 @@ jobs:
- uses: actions/checkout@v3

- name: Link Checker
uses: lycheeverse/lychee-action@v1.8.0
uses: lycheeverse/lychee-action@v1.9.0
with:
fail: true
```
Expand All @@ -77,7 +77,7 @@ You may want to add additional arguments to the above. In particular, if you're

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

```yml
- name: Link Checker
uses: lycheeverse/lychee-action@v1.8.0
uses: lycheeverse/lychee-action@v1.9.0
with:
# Check all markdown and html files in repo (default)
args: --base . --verbose --no-progress './**/*.md' './**/*.html' './**/*.rst'
Expand Down Expand Up @@ -141,7 +141,7 @@ In order to mitigate issues regarding rate limiting or to reduce stress on exter
restore-keys: cache-lychee-

- name: Run lychee
uses: lycheeverse/lychee-action@v1.8.0
uses: lycheeverse/lychee-action@v1.9.0
with:
args: "--base . --cache --max-cache-age 1d ."
```
Expand All @@ -161,7 +161,7 @@ If you need more control over when caches are restored and saved, you can split
restore-keys: cache-lychee-

- name: Run lychee
uses: lycheeverse/lychee-action@v1.8.0
uses: lycheeverse/lychee-action@v1.9.0
with:
args: "--base . --cache --max-cache-age 1d ."

Expand Down

0 comments on commit 22134d3

Please sign in to comment.