Skip to content

Commit 760828a

Browse files
authored
Merge pull request #622 from arduino/dependabot/github_actions/actions/setup-node-6
Bump actions/setup-node from 5 to 6
2 parents 59ea1c9 + cfa867b commit 760828a

File tree

6 files changed

+8
-8
lines changed

6 files changed

+8
-8
lines changed

.github/workflows/check-markdown-task.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
uses: actions/checkout@v5
7171

7272
- name: Setup Node.js
73-
uses: actions/setup-node@v5
73+
uses: actions/setup-node@v6
7474
with:
7575
node-version-file: package.json
7676

@@ -96,7 +96,7 @@ jobs:
9696
uses: actions/checkout@v5
9797

9898
- name: Setup Node.js
99-
uses: actions/setup-node@v5
99+
uses: actions/setup-node@v6
100100
with:
101101
node-version-file: package.json
102102

.github/workflows/check-prettier-formatting-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -238,7 +238,7 @@ jobs:
238238
uses: actions/checkout@v5
239239

240240
- name: Setup Node.js
241-
uses: actions/setup-node@v5
241+
uses: actions/setup-node@v6
242242
with:
243243
node-version-file: package.json
244244

.github/workflows/check-taskfiles.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
uses: actions/checkout@v5
6868

6969
- name: Setup Node.js
70-
uses: actions/setup-node@v5
70+
uses: actions/setup-node@v6
7171
with:
7272
node-version-file: package.json
7373

.github/workflows/check-toc-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
uses: actions/checkout@v5
7373

7474
- name: Setup Node.js
75-
uses: actions/setup-node@v5
75+
uses: actions/setup-node@v6
7676
with:
7777
node-version-file: package.json
7878

.github/workflows/check-workflows-task.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
uses: actions/checkout@v5
3333

3434
- name: Setup Node.js
35-
uses: actions/setup-node@v5
35+
uses: actions/setup-node@v6
3636
with:
3737
node-version-file: package.json
3838

.github/workflows/sync-labels-npm.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
uses: actions/checkout@v5
3737

3838
- name: Setup Node.js
39-
uses: actions/setup-node@v5
39+
uses: actions/setup-node@v6
4040
with:
4141
node-version-file: package.json
4242

@@ -130,7 +130,7 @@ jobs:
130130
name: ${{ env.CONFIGURATIONS_ARTIFACT_PREFIX }}*
131131

132132
- name: Setup Node.js
133-
uses: actions/setup-node@v5
133+
uses: actions/setup-node@v6
134134
with:
135135
node-version-file: package.json
136136

0 commit comments

Comments
 (0)