Skip to content

Commit

Permalink
Update version number in docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mre committed Apr 25, 2024
1 parent 30414e4 commit 8f53060
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Expand Up @@ -32,7 +32,7 @@ jobs:

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

- name: Create Issue From File
if: env.lychee_exit_code != 0
Expand Down Expand Up @@ -72,7 +72,7 @@ Here is how to pass the arguments.

```yml
- name: Link Checker
uses: lycheeverse/lychee-action@v1.9.0
uses: lycheeverse/lychee-action@v1.10.0
with:
# Check all markdown and html files in repo (default)
args: --base . --verbose --no-progress './**/*.md' './**/*.html' './**/*.rst'
Expand Down Expand Up @@ -104,7 +104,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.9.0
uses: lycheeverse/lychee-action@v1.10.0
with:
args: "--base . --cache --max-cache-age 1d ."
```
Expand All @@ -124,7 +124,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.9.0
uses: lycheeverse/lychee-action@v1.10.0
with:
args: "--base . --cache --max-cache-age 1d ."

Expand Down Expand Up @@ -197,7 +197,7 @@ For example:

```yml
- name: Link Checker
uses: lycheeverse/lychee-action@22134d37a1fff6c2974df9c92a7c7e1e86a08f9c # for v1.9.0
uses: lycheeverse/lychee-action@2b973e86fc7b1f6b36a93795fe2c9c6ae1118621 # for v1.10.0
```

## Credits
Expand Down

0 comments on commit 8f53060

Please sign in to comment.