Skip to content

Commit c93bf47

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

5 files changed

Lines changed: 12 additions & 12 deletions

File tree

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
ref: ${{ env.REF }}
7474
- id: node
7575
name: Setup Node.js
76-
uses: actions/setup-node@v6.2.0
76+
uses: actions/setup-node@v6.3.0
7777
with:
7878
cache: yarn
7979
cache-dependency-path: yarn.lock
@@ -108,7 +108,7 @@ jobs:
108108
ref: ${{ env.REF }}
109109
- id: node
110110
name: Setup Node.js
111-
uses: actions/setup-node@v6.2.0
111+
uses: actions/setup-node@v6.3.0
112112
with:
113113
cache: yarn
114114
cache-dependency-path: yarn.lock
@@ -135,7 +135,7 @@ jobs:
135135
ref: ${{ env.REF }}
136136
- id: node
137137
name: Setup Node.js
138-
uses: actions/setup-node@v6.2.0
138+
uses: actions/setup-node@v6.3.0
139139
with:
140140
cache: yarn
141141
cache-dependency-path: yarn.lock
@@ -171,7 +171,7 @@ jobs:
171171
ref: ${{ env.REF }}
172172
- id: node
173173
name: Setup Node.js
174-
uses: actions/setup-node@v6.2.0
174+
uses: actions/setup-node@v6.3.0
175175
with:
176176
cache: yarn
177177
cache-dependency-path: yarn.lock
@@ -221,7 +221,7 @@ jobs:
221221
ref: ${{ env.REF }}
222222
- id: node
223223
name: Setup Node.js
224-
uses: actions/setup-node@v6.2.0
224+
uses: actions/setup-node@v6.3.0
225225
with:
226226
cache: yarn
227227
cache-dependency-path: yarn.lock
@@ -262,7 +262,7 @@ jobs:
262262
ref: ${{ env.REF }}
263263
- id: node
264264
name: Setup Node.js v${{ matrix.node-version }}
265-
uses: actions/setup-node@v6.2.0
265+
uses: actions/setup-node@v6.3.0
266266
with:
267267
cache: yarn
268268
cache-dependency-path: yarn.lock
@@ -430,7 +430,7 @@ jobs:
430430
ref: ${{ env.REF }}
431431
- id: node
432432
name: Setup Node.js
433-
uses: actions/setup-node@v6.2.0
433+
uses: actions/setup-node@v6.3.0
434434
with:
435435
cache: yarn
436436
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.2.0
56+
uses: actions/setup-node@v6.3.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.2.0
93+
uses: actions/setup-node@v6.3.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.2.0
131+
uses: actions/setup-node@v6.3.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.2.0
153+
uses: actions/setup-node@v6.3.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.2.0
109+
uses: actions/setup-node@v6.3.0
110110
with:
111111
cache: yarn
112112
cache-dependency-path: yarn.lock

0 commit comments

Comments
 (0)