This repository was archived by the owner on Feb 13, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Expand file tree Collapse file tree 2 files changed +6
-6
lines changed Original file line number Diff line number Diff line change 17
17
uses : actions/checkout@v4
18
18
- name : Link Checker
19
19
id : lychee
20
- uses : lycheeverse/lychee-action@v1.9.1
20
+ uses : lycheeverse/lychee-action@v1.9.3
21
21
with :
22
22
args : --verbose --no-progress --max-concurrency 2 --exclude-mail --exclude-loopback './**/*.md'
23
23
output : ./lychee/out.md
33
33
broken link
34
34
automated issue
35
35
- name : Create or update issue for broken links
36
- uses : peter-evans/create-issue-from-file@v4
36
+ uses : peter-evans/create-issue-from-file@v5
37
37
if : ${{ steps.lychee.outputs.exit_code }} != 0
38
38
with :
39
39
title : Link Checker Report
Original file line number Diff line number Diff line change 1
1
attrs == 23.2.0
2
2
blessed == 1.20.0
3
- certifi == 2023.11.17
3
+ certifi == 2024.2.2
4
4
charset-normalizer == 3.3.2
5
- inquirer == 3.2.1
5
+ inquirer == 3.2.3
6
6
idna == 3.6
7
7
Jinja2 == 3.1.3
8
8
jsonschema == 4.21.1
9
- MarkupSafe == 2.1.4
9
+ MarkupSafe == 2.1.5
10
10
mccabe == 0.7.0
11
11
ninja2 == 0.1
12
12
pycodestyle == 2.11.1
@@ -17,7 +17,7 @@ python-editor==1.0.4
17
17
readchar == 4.0.5
18
18
requests == 2.31.0
19
19
six == 1.16.0
20
- urllib3 == 2.1 .0
20
+ urllib3 == 2.2 .0
21
21
wcwidth == 0.2.13
22
22
pyyaml == 6.0.1
23
23
xmltodict == 0.13.0
You can’t perform that action at this time.
0 commit comments