File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -21,14 +21,14 @@ jobs:
21
21
# Steps represent a sequence of tasks that will be executed as part of the job
22
22
steps :
23
23
- name : Restore lychee (linkcheck) cache
24
- uses : actions/cache@v3
24
+ uses : actions/cache@v4
25
25
with :
26
26
path : .lycheecache
27
27
key : cache-lychee-${{ github.sha }}
28
28
restore-keys : cache-lychee-
29
29
30
30
# Checks-out your repository under $GITHUB_WORKSPACE, so your job can access it
31
- - uses : actions/checkout@v3
31
+ - uses : actions/checkout@v4
32
32
33
33
# Install newer python and pip
34
34
- uses : actions/setup-python@v4
46
46
47
47
# link check of html
48
48
- name : Run lychee
49
- uses : lycheeverse/lychee-action@v1.5.4
49
+ uses : lycheeverse/lychee-action@v2.3.0
50
50
with :
51
51
fail : true
52
52
args : --cache --max-cache-age 1d './**/*.html' --timeout 40
You can’t perform that action at this time.
0 commit comments