Skip to content

Commit a4f6034

Browse files
Merge pull request #35 from xdev-software/dependabot/github_actions/actions/setup-node-4
Bump actions/setup-node from 3 to 4
2 parents 02007c3 + d05e769 commit a4f6034

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/antora-build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
uses: actions/checkout@v4
2525

2626
- name: Install Node.js
27-
uses: actions/setup-node@v3
27+
uses: actions/setup-node@v4
2828
with:
2929
node-version: 18
3030

.github/workflows/checkBuild.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@ jobs:
9898
- uses: actions/checkout@v4
9999

100100
- name: Install Node.js
101-
uses: actions/setup-node@v3
101+
uses: actions/setup-node@v4
102102
with:
103103
node-version: 18
104104

0 commit comments

Comments
 (0)