Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
mre committed Nov 9, 2022
1 parent 0682ed6 commit 4dcb8be
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.5.3
uses: lycheeverse/lychee-action@v1.5.4
env:
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}

Expand Down Expand Up @@ -70,7 +70,7 @@ jobs:
- uses: actions/checkout@v3

- name: Link Checker
uses: lycheeverse/lychee-action@v1.5.3
uses: lycheeverse/lychee-action@v1.5.4
with:
fail: true
env:
Expand Down Expand Up @@ -100,7 +100,7 @@ See [action.yml](./action.yml) for a full list of supported arguments and their

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

```yml
- name: Link Checker
uses: lycheeverse/lychee-action@0fcec0b45a1cc548fd8b6d9e859b1f8a2cc156ce # for v1.5.3
uses: lycheeverse/lychee-action@0682ed617509a52424db04e7502c1dc3df28b469 # for v1.5.4
```

## Credits
Expand Down

0 comments on commit 4dcb8be

Please sign in to comment.