File tree Expand file tree Collapse file tree 1 file changed +5
-3
lines changed
Expand file tree Collapse file tree 1 file changed +5
-3
lines changed Original file line number Diff line number Diff line change 99 permissions :
1010 issues : write # required for peter-evans/create-issue-from-file
1111 steps :
12- - uses : actions/checkout@v4
12+ - uses : actions/checkout@v5
13+ with :
14+ persist-credentials : false
1315
1416 - name : Link Checker
1517 id : lychee
16- uses : lycheeverse/lychee-action@v2
18+ uses : lycheeverse/lychee-action@885c65f3dc543b57c898c8099f4e08c8afd178a2
1719 with :
1820 fail : true
1921 args : --accept '100..=103, 200..=299, 403, 429' './**/*.md' './**/*.html'
2022
2123 - name : Create Issue From File
2224 if : steps.lychee.outputs.exit_code != 0
23- uses : peter-evans/create-issue-from-file@v6
25+ uses : peter-evans/create-issue-from-file@fca9117c27cdc29c6c4db3b86c48e4115a786710
2426 with :
2527 title : Link Checker Report
2628 content-filepath : ./lychee/out.md
You can’t perform that action at this time.
0 commit comments