Skip to content

Commit f18d6fe

Browse files
build(deps): bump actions/setup-node from 4.0.2 to 4.0.3
PR-URL: #2720 Bumps [actions/setup-node](https://github.com/actions/setup-node) from 4.0.2 to 4.0.3. - [Release notes](https://github.com/actions/setup-node/releases) - [Commits](actions/setup-node@60edb5d...1e60f62) --- updated-dependencies: - dependency-name: actions/setup-node dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Reviewed-by: Philipp Burckhardt <pburckhardt@outlook.com>
1 parent 6b7008b commit f18d6fe

38 files changed

+38
-38
lines changed

.github/workflows/check_licenses.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@ jobs:
8181
# Install Node.js:
8282
- name: 'Install Node.js'
8383
# Pin action to full length commit SHA
84-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
84+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
8585
with:
8686
node-version: '20' # 'lts/*'
8787
timeout-minutes: 5

.github/workflows/codeql.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
# Install Node.js:
122122
- name: 'Install Node.js'
123123
# Pin action to full length commit SHA
124-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
124+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
125125
with:
126126
node-version: '20' # 'lts/*'
127127
timeout-minutes: 5

.github/workflows/lint_autofix.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
# Install Node.js:
101101
- name: 'Install Node.js'
102102
# Pin action to full length commit SHA
103-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
103+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
104104
with:
105105
node-version: '20' # 'lts/*'
106106
timeout-minutes: 5

.github/workflows/lint_changed_files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
# Install Node.js:
6868
- name: 'Install Node.js'
6969
# Pin action to full length commit SHA
70-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
70+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
7171
with:
7272
node-version: '20' # 'lts/*'
7373
timeout-minutes: 5

.github/workflows/lint_pr_title.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
# Install Node.js:
7272
- name: 'Install Node.js'
7373
# Pin action to full length commit SHA
74-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
74+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
7575
with:
7676
node-version: '20' # 'lts/*'
7777
timeout-minutes: 5

.github/workflows/lint_random_files.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -108,7 +108,7 @@ jobs:
108108
# Install Node.js:
109109
- name: 'Install Node.js'
110110
# Pin action to full length commit SHA
111-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
111+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
112112
with:
113113
node-version: '20' # 'lts/*'
114114
timeout-minutes: 5

.github/workflows/linux_benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ jobs:
180180
# Install Node.js:
181181
- name: 'Install Node.js'
182182
# Pin action to full length commit SHA
183-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
183+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
184184
with:
185185
node-version: ${{ matrix.NODE_VERSION }}
186186
timeout-minutes: 5

.github/workflows/linux_examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ jobs:
180180
# Install Node.js:
181181
- name: 'Install Node.js'
182182
# Pin action to full length commit SHA
183-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
183+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
184184
with:
185185
node-version: ${{ matrix.NODE_VERSION }}
186186
timeout-minutes: 5

.github/workflows/linux_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -179,7 +179,7 @@ jobs:
179179
# Install Node.js:
180180
- name: 'Install Node.js'
181181
# Pin action to full length commit SHA
182-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
182+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
183183
with:
184184
node-version: ${{ matrix.NODE_VERSION }}
185185
timeout-minutes: 5

.github/workflows/linux_test_cov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ jobs:
180180
# Install Node.js:
181181
- name: 'Install Node.js'
182182
# Pin action to full length commit SHA
183-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
183+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
184184
with:
185185
node-version: ${{ matrix.NODE_VERSION }}
186186
timeout-minutes: 5

.github/workflows/linux_test_install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -209,7 +209,7 @@ jobs:
209209
# Install Node.js:
210210
- name: 'Install Node.js'
211211
# Pin action to full length commit SHA
212-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
212+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
213213
with:
214214
node-version: ${{ matrix.NODE_VERSION }}
215215
timeout-minutes: 5

.github/workflows/macos_benchmark.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
# Install Node.js:
167167
- name: 'Install Node.js'
168168
# Pin action to full length commit SHA
169-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
169+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
170170
with:
171171
node-version: ${{ matrix.NODE_VERSION }}
172172
timeout-minutes: 5

.github/workflows/macos_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ jobs:
165165
# Install Node.js:
166166
- name: 'Install Node.js'
167167
# Pin action to full length commit SHA
168-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
168+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
169169
with:
170170
node-version: ${{ matrix.NODE_VERSION }}
171171
timeout-minutes: 5

.github/workflows/macos_test_cov.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -166,7 +166,7 @@ jobs:
166166
# Install Node.js:
167167
- name: 'Install Node.js'
168168
# Pin action to full length commit SHA
169-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
169+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
170170
with:
171171
node-version: ${{ matrix.NODE_VERSION }}
172172
timeout-minutes: 5

.github/workflows/macos_test_npm_install.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ jobs:
168168
# Install Node.js:
169169
- name: 'Install Node.js'
170170
# Pin action to full length commit SHA
171-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
171+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
172172
with:
173173
node-version: ${{ matrix.NODE_VERSION }}
174174
timeout-minutes: 5

.github/workflows/make.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
# Install Node.js:
7070
- name: 'Install Node.js'
7171
# Pin action to full length commit SHA
72-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
72+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
7373
with:
7474
node-version: '20' # 'lts/*'
7575
timeout-minutes: 5

.github/workflows/markdown_equations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
# Install Node.js:
7272
- name: 'Install Node.js'
7373
# Pin action to full length commit SHA
74-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
74+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
7575
with:
7676
node-version: '16' # 'lts/*'
7777
timeout-minutes: 5

.github/workflows/markdown_links.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
# Install Node.js:
9898
- name: 'Install Node.js'
9999
# Pin action to full length commit SHA
100-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
100+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
101101
with:
102102
node-version: '16' # 'lts/*'
103103
timeout-minutes: 5

.github/workflows/markdown_pkg_urls.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
# Install Node.js:
7676
- name: 'Install Node.js'
7777
# Pin action to full length commit SHA
78-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
78+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
7979
with:
8080
node-version: '16' # 'lts/*'
8181
timeout-minutes: 5

.github/workflows/markdown_related_packages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
# Install Node.js:
7474
- name: 'Install Node.js'
7575
# Pin action to full length commit SHA
76-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
76+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
7777
with:
7878
node-version: '20' # 'lts/*'
7979
timeout-minutes: 5

.github/workflows/markdown_tocs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
# Install Node.js:
7272
- name: 'Install Node.js'
7373
# Pin action to full length commit SHA
74-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
74+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
7575
with:
7676
node-version: '16' # 'lts/*'
7777
timeout-minutes: 5

.github/workflows/namespace_declarations.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
# Install Node.js:
7575
- name: 'Install Node.js'
7676
# Pin action to full length commit SHA
77-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
77+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
7878
with:
7979
node-version: '16' # 'lts/*'
8080
timeout-minutes: 5

.github/workflows/namespace_exports.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
# Install Node.js:
6666
- name: 'Install Node.js'
6767
# Pin action to full length commit SHA
68-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
68+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
6969
with:
7070
node-version: '16' # 'lts/*'
7171
timeout-minutes: 5

.github/workflows/npm_downloads.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
# Install Node.js:
6161
- name: 'Install Node.js'
6262
# Pin action to full length commit SHA
63-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
63+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
6464
with:
6565
node-version: 16
6666
timeout-minutes: 5

.github/workflows/random_examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
# Install Node.js:
6969
- name: 'Install Node.js'
7070
# Pin action to full length commit SHA
71-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
71+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
7272
with:
7373
node-version: '18' # 'lts/*'
7474
timeout-minutes: 5

.github/workflows/run_affected_benchmarks.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ jobs:
7373
# Install Node.js:
7474
- name: 'Install Node.js'
7575
# Pin action to full length commit SHA
76-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
76+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
7777
with:
7878
node-version: '16' # 'lts/*'
7979
timeout-minutes: 5

.github/workflows/run_affected_examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
# Install Node.js:
7575
- name: 'Install Node.js'
7676
# Pin action to full length commit SHA
77-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
77+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
7878
with:
7979
node-version: '16' # 'lts/*'
8080
timeout-minutes: 5

.github/workflows/run_affected_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
# Install Node.js:
110110
- name: 'Install Node.js'
111111
# Pin action to full length commit SHA
112-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
112+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
113113
with:
114114
node-version: '16' # 'lts/*'
115115
timeout-minutes: 5

.github/workflows/run_tests_coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -109,7 +109,7 @@ jobs:
109109
# Install Node.js:
110110
- name: 'Install Node.js'
111111
# Pin action to full length commit SHA
112-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
112+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
113113
with:
114114
node-version: 20 # 'lts/*'
115115
timeout-minutes: 5

.github/workflows/standalone_keepalive.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
# Install Node.js:
7979
- name: 'Install Node.js'
8080
# Pin action to full length commit SHA
81-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
81+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
8282
with:
8383
node-version: '16' # 'lts/*'
8484
timeout-minutes: 5

.github/workflows/standalone_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
# Install Node.js:
106106
- name: 'Install Node.js'
107107
# Pin action to full length commit SHA
108-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
108+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
109109
with:
110110
node-version: '16' # 'lts/*'
111111
timeout-minutes: 5

.github/workflows/standalone_publish_custom.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,7 @@ jobs:
113113
# Install Node.js:
114114
- name: 'Install Node.js'
115115
# Pin action to full length commit SHA
116-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
116+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
117117
with:
118118
node-version: '16' # 'lts/*'
119119
timeout-minutes: 5

.github/workflows/standalone_push_changes.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
# Install Node.js:
8181
- name: 'Install Node.js'
8282
# Pin action to full length commit SHA
83-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
83+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
8484
with:
8585
node-version: '16' # 'lts/*'
8686
timeout-minutes: 5

.github/workflows/standalone_test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ jobs:
7171
# Install Node.js:
7272
- name: 'Install Node.js'
7373
# Pin action to full length commit SHA
74-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
74+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
7575
with:
7676
node-version: '16' # 'lts/*'
7777
timeout-minutes: 5

.github/workflows/terminal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
# Install Node.js:
6161
- name: 'Install Node.js'
6262
# Pin action to full length commit SHA
63-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
63+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
6464
with:
6565
node-version: '16' # 'lts/*'
6666
timeout-minutes: 5

.github/workflows/update_error_databases.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
# Install Node.js:
7070
- name: 'Install Node.js'
7171
# Pin action to full length commit SHA
72-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
72+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
7373
with:
7474
node-version: '16' # 'lts/*'
7575
timeout-minutes: 5

.github/workflows/update_package_meta_data.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
# Install Node.js:
7171
- name: 'Install Node.js'
7272
# Pin action to full length commit SHA
73-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
73+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
7474
with:
7575
node-version: '16' # 'lts/*'
7676
timeout-minutes: 5

.github/workflows/update_repl_docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
# Install Node.js:
7979
- name: 'Install Node.js'
8080
# Pin action to full length commit SHA
81-
uses: actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
81+
uses: actions/setup-node@1e60f620b9541d16bece96c5465dc8ee9832be0b # v4.0.3
8282
with:
8383
node-version: '16' # 'lts/*'
8484
timeout-minutes: 5

0 commit comments

Comments
 (0)