Skip to content

Commit 11efceb

Browse files
ci(deps): Bump actions/setup-node from 4.0.2 to 4.0.3 (#537)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 9c6bdfd commit 11efceb

File tree

6 files changed

+14
-14
lines changed

6 files changed

+14
-14
lines changed

.github/workflows/ci.yml

Lines changed: 8 additions & 8 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/[email protected].2
75+
uses: actions/[email protected].3
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/[email protected].2
113+
uses: actions/[email protected].3
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/[email protected].2
165+
uses: actions/[email protected].3
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/[email protected].2
194+
uses: actions/[email protected].3
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/[email protected].2
223+
uses: actions/[email protected].3
224224
with:
225225
cache: yarn
226226
cache-dependency-path: yarn.lock
@@ -263,7 +263,7 @@ jobs:
263263
- id: node
264264
if: steps.test-files-check.outputs.files_exists == 'true'
265265
name: Setup Node.js
266-
uses: actions/[email protected].2
266+
uses: actions/[email protected].3
267267
with:
268268
cache: yarn
269269
cache-dependency-path: yarn.lock
@@ -305,7 +305,7 @@ jobs:
305305
ref: ${{ env.REF }}
306306
- id: node
307307
name: Setup Node.js
308-
uses: actions/[email protected].2
308+
uses: actions/[email protected].3
309309
with:
310310
cache: yarn
311311
cache-dependency-path: yarn.lock
@@ -355,7 +355,7 @@ jobs:
355355
ref: ${{ env.REF }}
356356
- id: node
357357
name: Setup Node.js
358-
uses: actions/[email protected].2
358+
uses: actions/[email protected].3
359359
with:
360360
cache: yarn
361361
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/[email protected].2
58+
uses: actions/[email protected].3
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/[email protected].2
95+
uses: actions/[email protected].3
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/[email protected].2
134+
uses: actions/[email protected].3
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/[email protected].2
147+
uses: actions/[email protected].3
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/[email protected].2
111+
uses: actions/[email protected].3
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/[email protected].2
57+
uses: actions/[email protected].3
5858
with:
5959
cache: yarn
6060
cache-dependency-path: yarn.lock

0 commit comments

Comments
 (0)