Skip to content

Commit 8e166da

Browse files
authored
Merge pull request #5435 from OAI/dependabot/github_actions/actions/setup-node-7
2 parents 03f7a8b + 1b3861f commit 8e166da

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/respec.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
with:
3232
fetch-depth: 0
3333

34-
- uses: actions/setup-node@v6 # setup Node.js
34+
- uses: actions/setup-node@v7 # setup Node.js
3535
with:
3636
node-version: "24.x"
3737

.github/workflows/schema-publish.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
with:
3535
fetch-depth: 0
3636

37-
- uses: actions/setup-node@v6 # setup Node.js
37+
- uses: actions/setup-node@v7 # setup Node.js
3838
with:
3939
node-version: "24.x"
4040

.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@v6 # setup Node.js
26+
- uses: actions/setup-node@v7 # setup Node.js
2727
with:
2828
node-version: '24.x'
2929

.github/workflows/validate-markdown.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- uses: actions/checkout@v7 # checkout repo content
1919

20-
- uses: actions/setup-node@v6 # setup Node.js
20+
- uses: actions/setup-node@v7 # setup Node.js
2121
with:
2222
node-version: "24.x"
2323

0 commit comments

Comments
 (0)