Skip to content

Commit 5a91335

Browse files
ci(deps): Bump actions/setup-node from 3.8.1 to 4.0.2 (#10)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 434eb13 commit 5a91335

File tree

6 files changed

+15
-15
lines changed

6 files changed

+15
-15
lines changed

.github/workflows/ci.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
ref: ${{ env.REF }}
7373
- id: node
7474
name: Setup Node.js
75-
uses: actions/setup-node@v3.8.1
75+
uses: actions/setup-node@v4.0.2
7676
with:
7777
cache: yarn
7878
cache-dependency-path: yarn.lock
@@ -110,7 +110,7 @@ jobs:
110110
ref: ${{ env.REF }}
111111
- id: node
112112
name: Setup Node.js
113-
uses: actions/setup-node@v3.8.1
113+
uses: actions/setup-node@v4.0.2
114114
with:
115115
cache: yarn
116116
cache-dependency-path: yarn.lock
@@ -162,7 +162,7 @@ jobs:
162162
ref: ${{ env.REF }}
163163
- id: node
164164
name: Setup Node.js
165-
uses: actions/setup-node@v3.8.1
165+
uses: actions/setup-node@v4.0.2
166166
with:
167167
cache: yarn
168168
cache-dependency-path: yarn.lock
@@ -191,7 +191,7 @@ jobs:
191191
ref: ${{ env.REF }}
192192
- id: node
193193
name: Setup Node.js
194-
uses: actions/setup-node@v3.8.1
194+
uses: actions/setup-node@v4.0.2
195195
with:
196196
cache: yarn
197197
cache-dependency-path: yarn.lock
@@ -220,7 +220,7 @@ jobs:
220220
ref: ${{ env.REF }}
221221
- id: node
222222
name: Setup Node.js
223-
uses: actions/setup-node@v3.8.1
223+
uses: actions/setup-node@v4.0.2
224224
with:
225225
cache: yarn
226226
cache-dependency-path: yarn.lock
@@ -262,7 +262,7 @@ jobs:
262262
- id: node
263263
if: steps.test-files-check.outputs.files_exists == 'true'
264264
name: Setup Node.js
265-
uses: actions/setup-node@v3.8.1
265+
uses: actions/setup-node@v4.0.2
266266
with:
267267
cache: yarn
268268
cache-dependency-path: yarn.lock
@@ -314,7 +314,7 @@ jobs:
314314
- id: node
315315
if: steps.test-files-check.outputs.files_exists == 'true'
316316
name: Setup Node.js v${{ matrix.node-version }}
317-
uses: actions/setup-node@v3.8.1
317+
uses: actions/setup-node@v4.0.2
318318
with:
319319
cache: yarn
320320
cache-dependency-path: yarn.lock
@@ -370,7 +370,7 @@ jobs:
370370
ref: ${{ env.REF }}
371371
- id: node
372372
name: Setup Node.js
373-
uses: actions/setup-node@v3.8.1
373+
uses: actions/setup-node@v4.0.2
374374
with:
375375
cache: yarn
376376
cache-dependency-path: yarn.lock
@@ -421,7 +421,7 @@ jobs:
421421
ref: ${{ env.REF }}
422422
- id: node
423423
name: Setup Node.js
424-
uses: actions/setup-node@v3.8.1
424+
uses: actions/setup-node@v4.0.2
425425
with:
426426
cache: yarn
427427
cache-dependency-path: yarn.lock

.github/workflows/dependabot-dedupe.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
token: ${{ steps.bot-token.outputs.token }}
5656
- id: node
5757
name: Setup Node.js
58-
uses: actions/setup-node@v3.8.1
58+
uses: actions/setup-node@v4.0.2
5959
with:
6060
cache: yarn
6161
cache-dependency-path: yarn.lock

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
run: rm .npmrc
9393
- id: npmrc
9494
name: Setup .npmrc file
95-
uses: actions/setup-node@v3.8.1
95+
uses: actions/setup-node@v4.0.2
9696
with:
9797
always-auth: true
9898
node-version-file: .nvmrc
@@ -131,7 +131,7 @@ jobs:
131131
run: rm .npmrc
132132
- id: npmrc
133133
name: Setup .npmrc file
134-
uses: actions/setup-node@v3.8.1
134+
uses: actions/setup-node@v4.0.2
135135
with:
136136
always-auth: true
137137
node-version-file: .nvmrc

.github/workflows/release-chore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ jobs:
144144
token: ${{ steps.bot-token.outputs.token }}
145145
- id: node
146146
name: Setup Node.js
147-
uses: actions/setup-node@v3.8.1
147+
uses: actions/setup-node@v4.0.2
148148
with:
149149
cache: yarn
150150
cache-dependency-path: yarn.lock

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
trust_level: 5
109109
- id: node
110110
name: Setup Node.js
111-
uses: actions/setup-node@v3.8.1
111+
uses: actions/setup-node@v4.0.2
112112
with:
113113
cache: yarn
114114
cache-dependency-path: yarn.lock

.github/workflows/typescript-canary.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ jobs:
5454
ref: ${{ github.ref }}
5555
- id: node
5656
name: Setup Node.js
57-
uses: actions/setup-node@v3.8.1
57+
uses: actions/setup-node@v4.0.2
5858
with:
5959
cache: yarn
6060
cache-dependency-path: yarn.lock

0 commit comments

Comments
 (0)