Skip to content

Commit e91ef69

Browse files
authored
Merge pull request #157 from dastergon/update-link-checker
Update link checker
2 parents 83d8b54 + adc1cbf commit e91ef69

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/lychee.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -10,17 +10,17 @@ jobs:
1010
runs-on: ubuntu-latest
1111
steps:
1212
- name: Checkout code
13-
uses: actions/checkout@v2
13+
uses: actions/checkout@v3
1414

1515
- name: Check Links
1616
id: lychee
17-
uses: lycheeverse/lychee-action@v1.0.6
17+
uses: lycheeverse/lychee-action@v1.5.1
1818
with:
1919
args: --verbose --max-concurrency 32 --timeout 120 --no-progress *.md
2020

2121
- name: Create Issue From File
2222
if: ${{ steps.lychee.outputs.exit_code != 0 }}
23-
uses: peter-evans/create-issue-from-file@v2
23+
uses: peter-evans/create-issue-from-file@v4
2424
with:
2525
title: Link Checker Report
2626
content-filepath: ./lychee/out.md

0 commit comments

Comments
 (0)