Skip to content

Commit 130f076

Browse files
Merge pull request #4922 from OAI/dev
v3.2-dev: update from dev
2 parents c3f5b96 + b1281df commit 130f076

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)