We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 83d8b54 + adc1cbf commit e91ef69Copy full SHA for e91ef69
.github/workflows/lychee.yml
@@ -10,17 +10,17 @@ jobs:
10
runs-on: ubuntu-latest
11
steps:
12
- name: Checkout code
13
- uses: actions/checkout@v2
+ uses: actions/checkout@v3
14
15
- name: Check Links
16
id: lychee
17
- uses: lycheeverse/lychee-action@v1.0.6
+ uses: lycheeverse/lychee-action@v1.5.1
18
with:
19
args: --verbose --max-concurrency 32 --timeout 120 --no-progress *.md
20
21
- name: Create Issue From File
22
if: ${{ steps.lychee.outputs.exit_code != 0 }}
23
- uses: peter-evans/create-issue-from-file@v2
+ uses: peter-evans/create-issue-from-file@v4
24
25
title: Link Checker Report
26
content-filepath: ./lychee/out.md
0 commit comments