Skip to content

Commit 2846854

Browse files
ci(deps): Bump actions/setup-node from 6.3.0 to 6.4.0 (#892)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 27d9582 commit 2846854

5 files changed

Lines changed: 11 additions & 11 deletions

File tree

.github/workflows/ci.yml

Lines changed: 6 additions & 6 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@v6.3.0
75+
uses: actions/setup-node@v6.4.0
7676
with:
7777
cache: yarn
7878
cache-dependency-path: yarn.lock
@@ -107,7 +107,7 @@ jobs:
107107
ref: ${{ env.REF }}
108108
- id: node
109109
name: Setup Node.js
110-
uses: actions/setup-node@v6.3.0
110+
uses: actions/setup-node@v6.4.0
111111
with:
112112
cache: yarn
113113
cache-dependency-path: yarn.lock
@@ -134,7 +134,7 @@ jobs:
134134
ref: ${{ env.REF }}
135135
- id: node
136136
name: Setup Node.js
137-
uses: actions/setup-node@v6.3.0
137+
uses: actions/setup-node@v6.4.0
138138
with:
139139
cache: yarn
140140
cache-dependency-path: yarn.lock
@@ -170,7 +170,7 @@ jobs:
170170
ref: ${{ env.REF }}
171171
- id: node
172172
name: Setup Node.js
173-
uses: actions/setup-node@v6.3.0
173+
uses: actions/setup-node@v6.4.0
174174
with:
175175
cache: yarn
176176
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@v6.3.0
223+
uses: actions/setup-node@v6.4.0
224224
with:
225225
cache: yarn
226226
cache-dependency-path: yarn.lock
@@ -263,7 +263,7 @@ jobs:
263263
ref: ${{ env.REF }}
264264
- id: node
265265
name: Setup Node.js
266-
uses: actions/setup-node@v6.3.0
266+
uses: actions/setup-node@v6.4.0
267267
with:
268268
cache: yarn
269269
cache-dependency-path: yarn.lock

.github/workflows/dependabot-dedupe.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
token: ${{ steps.bot-token.outputs.token }}
5454
- id: node
5555
name: Setup Node.js
56-
uses: actions/setup-node@v6.3.0
56+
uses: actions/setup-node@v6.4.0
5757
with:
5858
cache: yarn
5959
cache-dependency-path: yarn.lock

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ jobs:
9090
ref: ${{ github.ref }}
9191
- id: npmrc
9292
name: Setup .npmrc file
93-
uses: actions/setup-node@v6.3.0
93+
uses: actions/setup-node@v6.4.0
9494
with:
9595
node-version-file: .nvmrc
9696
registry-url: https://npm.pkg.github.com
@@ -128,7 +128,7 @@ jobs:
128128
ref: ${{ github.ref }}
129129
- id: npmrc
130130
name: Setup .npmrc file
131-
uses: actions/setup-node@v6.3.0
131+
uses: actions/setup-node@v6.4.0
132132
with:
133133
node-version-file: .nvmrc
134134
registry-url: https://registry.npmjs.org

.github/workflows/release-chore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
token: ${{ steps.bot-token.outputs.token }}
151151
- id: node
152152
name: Setup Node.js
153-
uses: actions/setup-node@v6.3.0
153+
uses: actions/setup-node@v6.4.0
154154
with:
155155
cache: yarn
156156
cache-dependency-path: yarn.lock

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
trust_level: 5
107107
- id: node
108108
name: Setup Node.js
109-
uses: actions/setup-node@v6.3.0
109+
uses: actions/setup-node@v6.4.0
110110
with:
111111
cache: yarn
112112
cache-dependency-path: yarn.lock

0 commit comments

Comments
 (0)