File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 10
10
deploy :
11
11
runs-on : ubuntu-latest
12
12
steps :
13
- - uses : actions/checkout@v3
13
+ - uses : actions/checkout@v4
14
14
with :
15
15
submodules : true # Fetch Hugo themes (true OR recursive)
16
16
fetch-depth : 0 # Fetch all history for .GitInfo and .Lastmod
Original file line number Diff line number Diff line change 11
11
linkcheck :
12
12
runs-on : ubuntu-latest
13
13
steps :
14
- - uses : actions/checkout@v3
14
+ - uses : actions/checkout@v4
15
15
with :
16
16
submodules : recursive # Fetch Hugo themes (true OR recursive)
17
17
fetch-depth : 0 # Fetch all history for .GitInfo and .Lastmod
Original file line number Diff line number Diff line change 14
14
runs-on : ubuntu-latest
15
15
if : github.event_name == 'pull_request'
16
16
steps :
17
- - uses : actions/checkout@v3
17
+ - uses : actions/checkout@v4
18
18
with :
19
19
submodules : recursive # Fetch Hugo themes (true OR recursive)
20
20
fetch-depth : 0 # Fetch all history for .GitInfo and .Lastmod
25
25
runs-on : ubuntu-latest
26
26
if : github.event_name == 'pull_request'
27
27
steps :
28
- - uses : actions/checkout@v3
28
+ - uses : actions/checkout@v4
29
29
with :
30
30
submodules : recursive # Fetch Hugo themes (true OR recursive)
31
31
fetch-depth : 0 # Fetch all history for .GitInfo and .Lastmod
56
56
runs-on : ubuntu-latest
57
57
if : github.event_name == 'schedule' || github.event_name == 'workflow_dispatch'
58
58
steps :
59
- - uses : actions/checkout@v3
59
+ - uses : actions/checkout@v4
60
60
with :
61
61
submodules : recursive # Fetch Hugo themes (true OR recursive)
62
62
fetch-depth : 0 # Fetch all history for .GitInfo and .Lastmod
You can’t perform that action at this time.
0 commit comments