Skip to content

Commit 7ae6cfa

Browse files
authored
Merge pull request #148 from OAI/dependabot/github_actions/actions/setup-node-6
Bump actions/setup-node from 4 to 6
2 parents 83f5eb3 + 3b5534e commit 7ae6cfa

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/convert-examples-to-json.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
steps:
2727
- uses: actions/checkout@v5 # checkout repo content
2828

29-
- uses: actions/setup-node@v4 # setup Node.js
29+
- uses: actions/setup-node@v6 # setup Node.js
3030
with:
3131
node-version: '20.x'
3232

.github/workflows/examples-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- uses: actions/checkout@v5 # checkout repo content
3131
with:
3232
fetch-depth: 0
33-
- uses: actions/setup-node@v4 # setup Node.js
33+
- uses: actions/setup-node@v6 # setup Node.js
3434
with:
3535
node-version: "20.x"
3636
- name: Install dependencies

0 commit comments

Comments
 (0)