Skip to content

Commit bc9bca5

Browse files
Update lycheeverse/lychee-action action to v2.8.0 (#2655)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 850e59c commit bc9bca5

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919

2020
- name: Check all links in *.md files
2121
id: lychee
22-
uses: lycheeverse/lychee-action@v2.7.0
22+
uses: lycheeverse/lychee-action@v2.8.0
2323
with:
2424
lycheeVersion: v0.18.1
2525
args: >-

.github/workflows/nightly.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ jobs:
1313

1414
- name: Check all links in *.md files
1515
id: lychee
16-
uses: lycheeverse/lychee-action@v2.7.0
16+
uses: lycheeverse/lychee-action@v2.8.0
1717
with:
1818
lycheeVersion: v0.18.1
1919
args: >-

.github/workflows/pr.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515

1616
- name: Check all links in *.md files
1717
id: lychee
18-
uses: lycheeverse/lychee-action@v2.7.0
18+
uses: lycheeverse/lychee-action@v2.8.0
1919
with:
2020
lycheeVersion: v0.18.1
2121
args: >-

0 commit comments

Comments
 (0)