Skip to content

Commit 4c8e558

Browse files
chore(deps): bump actions/setup-node from 6.3.0 to 6.4.0 (#2714)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent be1bfb7 commit 4c8e558

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/build.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
fetch-depth: "0"
4444

4545
- name: Setup NodeJS
46-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
46+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
4747
with:
4848
node-version: 18
4949

@@ -161,7 +161,7 @@ jobs:
161161
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
162162

163163
- name: Setup NodeJS
164-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
164+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
165165
with:
166166
node-version: 18
167167

@@ -234,7 +234,7 @@ jobs:
234234
fetch-depth: 0
235235

236236
- name: Setup NodeJS
237-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
237+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
238238
with:
239239
node-version: 18
240240

@@ -288,7 +288,7 @@ jobs:
288288
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
289289

290290
- name: Setup NodeJS
291-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
291+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
292292
with:
293293
node-version: 18
294294

@@ -344,7 +344,7 @@ jobs:
344344
fetch-depth: 0 # Shallow clones should be disabled for a better relevancy of analysis
345345

346346
- name: Setup NodeJS
347-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
347+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
348348
with:
349349
node-version: 18
350350

.github/workflows/snyk-monitor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
run: ./gradlew assemble
4343

4444
- name: Setup NodeJS
45-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f # v6.3.0
45+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e # v6.4.0
4646
with:
4747
node-version: 18
4848

0 commit comments

Comments
 (0)