File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 17
17
steps :
18
18
# Checkout and setup
19
19
- name : Checkout
20
- uses : actions/checkout@v3
20
+ uses : actions/checkout@v4
21
21
- name : Setup
22
- uses : actions/setup-node@v3
22
+ uses : actions/setup-node@v4
23
23
with :
24
24
node-version : 16
25
25
# Install and build
35
35
publish_dir : ./docs/.vuepress/dist
36
36
github_token : ${{ secrets.GITHUB_TOKEN }}
37
37
cname : bitcoindevkit.org
38
- user_name : ' github-actions[bot]'
39
- user_email : ' github-actions[bot]@users.noreply.github.com'
38
+ user_name : " github-actions[bot]"
39
+ user_email : " github-actions[bot]@users.noreply.github.com"
40
40
# Run linkcheck, propagate linkcheck failure through grep pipe
41
41
- name : Linkcheck
42
42
run : set -o pipefail; npm run linkcheck 2>/dev/null | grep "Getting links from\|BROKEN"
You can’t perform that action at this time.
0 commit comments