Skip to content

Commit da65b9f

Browse files
authored
Merge pull request #4919 from OAI/dependabot/github_actions/actions/setup-node-5
2 parents f306a1a + 44376a0 commit da65b9f

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

.github/workflows/respec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
fetch-depth: 0
2525

26-
- uses: actions/setup-node@v4 # setup Node.js
26+
- uses: actions/setup-node@v5 # setup Node.js
2727
with:
2828
node-version: '20.x'
2929

.github/workflows/schema-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
fetch-depth: 0
3030

31-
- uses: actions/setup-node@v4 # setup Node.js
31+
- uses: actions/setup-node@v5 # setup Node.js
3232
with:
3333
node-version: '22.x'
3434

.github/workflows/schema-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
with:
2424
fetch-depth: 0
2525

26-
- uses: actions/setup-node@v4 # setup Node.js
26+
- uses: actions/setup-node@v5 # setup Node.js
2727
with:
2828
node-version: '20.x'
2929

.github/workflows/validate-markdown.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ jobs:
2222
with:
2323
fetch-depth: 0
2424

25-
- uses: actions/setup-node@v4 # setup Node.js
25+
- uses: actions/setup-node@v5 # setup Node.js
2626
with:
2727
node-version: '20.x'
2828

0 commit comments

Comments
 (0)