Skip to content

Commit 8b9bdb7

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

19 files changed

Lines changed: 30 additions & 30 deletions

.github/workflows/aat-reports.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
steps:
2020
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2121
- name: Set up Node.js
22-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f
22+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e
2323
with:
2424
node-version-file: '.nvmrc'
2525
cache: 'npm'
@@ -67,7 +67,7 @@ jobs:
6767
steps:
6868
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
6969
- name: Set up Node.js
70-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f
70+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e
7171
with:
7272
node-version-file: '.nvmrc'
7373
cache: 'npm'

.github/workflows/assign_release_conductor.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
runs-on: ubuntu-latest
1616
steps:
1717
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
18-
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f
18+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e
1919
with:
2020
node-version-file: '.nvmrc'
2121
- run: npm ci

.github/workflows/ci.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Checkout repository
2222
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2323
- name: Set up Node.js
24-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f
24+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e
2525
with:
2626
node-version-file: '.nvmrc'
2727
cache: 'npm'
@@ -36,7 +36,7 @@ jobs:
3636
- name: Checkout repository
3737
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
3838
- name: Set up Node.js
39-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f
39+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e
4040
with:
4141
node-version-file: '.nvmrc'
4242
cache: 'npm'
@@ -63,7 +63,7 @@ jobs:
6363
- name: Checkout repository
6464
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
6565
- name: Set up Node.js
66-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f
66+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e
6767
with:
6868
node-version-file: '.nvmrc'
6969
cache: 'npm'
@@ -98,7 +98,7 @@ jobs:
9898
- name: Checkout repository
9999
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
100100
- name: Set up Node.js
101-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f
101+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e
102102
with:
103103
node-version-file: '.nvmrc'
104104
cache: 'npm'
@@ -132,7 +132,7 @@ jobs:
132132
- name: Checkout repository
133133
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
134134
- name: Set up Node.js
135-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f
135+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e
136136
with:
137137
node-version-file: '.nvmrc'
138138
cache: 'npm'
@@ -159,7 +159,7 @@ jobs:
159159
- name: Checkout repository
160160
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
161161
- name: Set up Node.js
162-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f
162+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e
163163
with:
164164
node-version-file: '.nvmrc'
165165
cache: 'npm'
@@ -189,7 +189,7 @@ jobs:
189189
- name: Checkout repository
190190
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
191191
- name: Set up Node.js
192-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f
192+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e
193193
with:
194194
node-version-file: '.nvmrc'
195195
cache: 'npm'

.github/workflows/codescan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
1515

1616
- name: Set up Node.js
17-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f
17+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e
1818
with:
1919
node-version-file: '.nvmrc'
2020
cache: 'npm'

.github/workflows/copilot-setup-steps.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
- name: Checkout repository
1111
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
1212
- name: Set up Node.js
13-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f
13+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e
1414
with:
1515
node-version-file: '.nvmrc'
1616
cache: 'npm'

.github/workflows/deploy_preview.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Checkout repository
2525
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2626
- name: Set up Node.js
27-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f
27+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e
2828
with:
2929
node-version-file: '.nvmrc'
3030
cache: 'npm'

.github/workflows/deploy_preview_forks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
- name: Checkout repository
2525
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
2626
- name: Set up Node.js
27-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f
27+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e
2828
with:
2929
node-version-file: '.nvmrc'
3030
cache: 'npm'

.github/workflows/figma_connect_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ jobs:
1616
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
1717

1818
- name: Set up Node
19-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f
19+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e
2020
with:
2121
node-version-file: '.nvmrc'
2222

.github/workflows/lint-autofix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292

9393
- name: Set up Node.js
9494
if: steps.check_jobs.outputs.should_fix == 'true' && steps.pr.outputs.head_ref != ''
95-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f
95+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e
9696
with:
9797
node-version-file: '.nvmrc'
9898
cache: 'npm'

.github/workflows/migration-status.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
12-
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f
12+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e
1313
with:
1414
node-version-file: '.nvmrc'
1515
cache: 'npm'
@@ -22,7 +22,7 @@ jobs:
2222
runs-on: ubuntu-latest
2323
steps:
2424
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd
25-
- uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f
25+
- uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e
2626
with:
2727
node-version-file: '.nvmrc'
2828
cache: 'npm'

0 commit comments

Comments
 (0)