Skip to content

Commit b2dcf1e

Browse files
committed
ci: update checkout and setup-node to @v4
1 parent b384f2a commit b2dcf1e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,9 +17,9 @@ jobs:
1717
steps:
1818
# Checkout and setup
1919
- name: Checkout
20-
uses: actions/checkout@v3
20+
uses: actions/checkout@v4
2121
- name: Setup
22-
uses: actions/setup-node@v3
22+
uses: actions/setup-node@v4
2323
with:
2424
node-version: 16
2525
# Install and build
@@ -35,8 +35,8 @@ jobs:
3535
publish_dir: ./docs/.vuepress/dist
3636
github_token: ${{ secrets.GITHUB_TOKEN }}
3737
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"
4040
# Run linkcheck, propagate linkcheck failure through grep pipe
4141
- name: Linkcheck
4242
run: set -o pipefail; npm run linkcheck 2>/dev/null | grep "Getting links from\|BROKEN"

0 commit comments

Comments
 (0)