Skip to content

Commit 01d72a0

Browse files
committed
update to 1.7.0
1 parent 7dedc2e commit 01d72a0

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

README.md

+5-5
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.6.1
35+
uses: lycheeverse/lychee-action@v1.7.0
3636
env:
3737
GITHUB_TOKEN: ${{secrets.GITHUB_TOKEN}}
3838

@@ -70,7 +70,7 @@ jobs:
7070
- uses: actions/checkout@v3
7171
7272
- name: Link Checker
73-
uses: lycheeverse/lychee-action@v1.6.1
73+
uses: lycheeverse/lychee-action@v1.7.0
7474
with:
7575
fail: true
7676
env:
@@ -100,7 +100,7 @@ See [action.yml](./action.yml) for a full list of supported arguments and their
100100

101101
```yml
102102
- name: Link Checker
103-
uses: lycheeverse/lychee-action@v1.6.1
103+
uses: lycheeverse/lychee-action@v1.7.0
104104
with:
105105
# Check all markdown and html files in repo (default)
106106
args: --verbose --no-progress './**/*.md' './**/*.html'
@@ -125,7 +125,7 @@ In order to mitigate issues regarding rate limiting or to reduce stress on exter
125125
restore-keys: cache-lychee-
126126
127127
- name: Run lychee
128-
uses: lycheeverse/lychee-action@v1.6.1
128+
uses: lycheeverse/lychee-action@v1.7.0
129129
with:
130130
args: "--cache --max-cache-age 1d"
131131
```
@@ -145,7 +145,7 @@ If you need more control over when caches are restored and saved, you can split
145145
restore-keys: cache-lychee-
146146
147147
- name: Run lychee
148-
uses: lycheeverse/lychee-action@v1.6.1
148+
uses: lycheeverse/lychee-action@v1.7.0
149149
with:
150150
args: "--cache --max-cache-age 1d"
151151

0 commit comments

Comments
 (0)