Skip to content

Commit 43fa9e5

Browse files
authored
Merge pull request #976 from arduino/dependabot/github_actions/dot-github/workflows/actions/setup-node-6
Bump actions/setup-node from 5 to 6 in /.github/workflows
2 parents 985757a + 8d374ce commit 43fa9e5

File tree

6 files changed

+10
-10
lines changed

6 files changed

+10
-10
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
go-version-file: go.mod
8383

8484
- name: Setup Node.js
85-
uses: actions/setup-node@v5
85+
uses: actions/setup-node@v6
8686
with:
8787
node-version-file: package.json
8888

@@ -111,7 +111,7 @@ jobs:
111111
go-version-file: go.mod
112112

113113
- name: Setup Node.js
114-
uses: actions/setup-node@v5
114+
uses: actions/setup-node@v6
115115
with:
116116
node-version-file: package.json
117117

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ jobs:
8989
python-version-file: pyproject.toml
9090

9191
- name: Setup Node.js
92-
uses: actions/setup-node@v5
92+
uses: actions/setup-node@v6
9393
with:
9494
node-version-file: package.json
9595

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ jobs:
7777
go-version-file: go.mod
7878

7979
- name: Setup Node.js
80-
uses: actions/setup-node@v5
80+
uses: actions/setup-node@v6
8181
with:
8282
node-version-file: package.json
8383

@@ -113,7 +113,7 @@ jobs:
113113
go-version-file: go.mod
114114

115115
- name: Setup Node.js
116-
uses: actions/setup-node@v5
116+
uses: actions/setup-node@v6
117117
with:
118118
node-version-file: "${{ matrix.project.path }}/package.json"
119119

@@ -154,7 +154,7 @@ jobs:
154154
go-version-file: go.mod
155155

156156
- name: Setup Node.js
157-
uses: actions/setup-node@v5
157+
uses: actions/setup-node@v6
158158
with:
159159
node-version-file: "${{ matrix.project.path }}/package.json"
160160

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ jobs:
263263
go-version-file: go.mod
264264

265265
- name: Setup Node.js
266-
uses: actions/setup-node@v5
266+
uses: actions/setup-node@v6
267267
with:
268268
node-version-file: package.json
269269

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
go-version-file: go.mod
4444

4545
- name: Setup Node.js
46-
uses: actions/setup-node@v5
46+
uses: actions/setup-node@v6
4747
with:
4848
node-version-file: package.json
4949

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
uses: actions/checkout@v5
3939

4040
- name: Setup Node.js
41-
uses: actions/setup-node@v5
41+
uses: actions/setup-node@v6
4242
with:
4343
node-version-file: package.json
4444

@@ -135,7 +135,7 @@ jobs:
135135
name: ${{ env.CONFIGURATIONS_ARTIFACT_PREFIX }}*
136136

137137
- name: Setup Node.js
138-
uses: actions/setup-node@v5
138+
uses: actions/setup-node@v6
139139
with:
140140
node-version-file: package.json
141141

0 commit comments

Comments
 (0)