23
23
runs-on : ubuntu-latest
24
24
steps :
25
25
- name : Initialize environment
26
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@1d3d98fabb0f3bb3a18bea96534f2a390a2b09b4
26
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@2113cd7f66a089ac0208ea84eee672b2529f4f6c
27
27
with :
28
28
cache-node-modules : true
29
29
- name : Install node modules
@@ -66,13 +66,13 @@ jobs:
66
66
runs-on : ubuntu-latest
67
67
steps :
68
68
- name : Initialize environment
69
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@1d3d98fabb0f3bb3a18bea96534f2a390a2b09b4
69
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@2113cd7f66a089ac0208ea84eee672b2529f4f6c
70
70
with :
71
71
cache-node-modules : true
72
72
- name : Setup Bazel
73
- uses : angular/dev-infra/github-actions/bazel/setup@1d3d98fabb0f3bb3a18bea96534f2a390a2b09b4
73
+ uses : angular/dev-infra/github-actions/bazel/setup@2113cd7f66a089ac0208ea84eee672b2529f4f6c
74
74
- name : Setup Bazel RBE
75
- uses : angular/dev-infra/github-actions/bazel/configure-remote@1d3d98fabb0f3bb3a18bea96534f2a390a2b09b4
75
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@2113cd7f66a089ac0208ea84eee672b2529f4f6c
76
76
- name : Install node modules
77
77
run : yarn install --frozen-lockfile
78
78
- name : Check API Goldens
@@ -87,13 +87,13 @@ jobs:
87
87
runs-on : ubuntu-latest
88
88
steps :
89
89
- name : Initialize environment
90
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@1d3d98fabb0f3bb3a18bea96534f2a390a2b09b4
90
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@2113cd7f66a089ac0208ea84eee672b2529f4f6c
91
91
with :
92
92
cache-node-modules : true
93
93
- name : Setup Bazel
94
- uses : angular/dev-infra/github-actions/bazel/setup@1d3d98fabb0f3bb3a18bea96534f2a390a2b09b4
94
+ uses : angular/dev-infra/github-actions/bazel/setup@2113cd7f66a089ac0208ea84eee672b2529f4f6c
95
95
- name : Setup Bazel RBE
96
- uses : angular/dev-infra/github-actions/bazel/configure-remote@1d3d98fabb0f3bb3a18bea96534f2a390a2b09b4
96
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@2113cd7f66a089ac0208ea84eee672b2529f4f6c
97
97
- name : Install node modules
98
98
run : yarn install --frozen-lockfile
99
99
- name : Run e2e tests
@@ -108,13 +108,13 @@ jobs:
108
108
runs-on : ubuntu-latest
109
109
steps :
110
110
- name : Initialize environment
111
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@1d3d98fabb0f3bb3a18bea96534f2a390a2b09b4
111
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@2113cd7f66a089ac0208ea84eee672b2529f4f6c
112
112
with :
113
113
cache-node-modules : true
114
114
- name : Setup Bazel
115
- uses : angular/dev-infra/github-actions/bazel/setup@1d3d98fabb0f3bb3a18bea96534f2a390a2b09b4
115
+ uses : angular/dev-infra/github-actions/bazel/setup@2113cd7f66a089ac0208ea84eee672b2529f4f6c
116
116
- name : Setup Bazel RBE
117
- uses : angular/dev-infra/github-actions/bazel/configure-remote@1d3d98fabb0f3bb3a18bea96534f2a390a2b09b4
117
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@2113cd7f66a089ac0208ea84eee672b2529f4f6c
118
118
- name : Install node modules
119
119
run : yarn install --frozen-lockfile
120
120
- name : Run integration tests
@@ -132,13 +132,13 @@ jobs:
132
132
runs-on : ubuntu-latest-4core
133
133
steps :
134
134
- name : Initialize environment
135
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@1d3d98fabb0f3bb3a18bea96534f2a390a2b09b4
135
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@2113cd7f66a089ac0208ea84eee672b2529f4f6c
136
136
with :
137
137
cache-node-modules : true
138
138
- name : Setup Bazel
139
- uses : angular/dev-infra/github-actions/bazel/setup@1d3d98fabb0f3bb3a18bea96534f2a390a2b09b4
139
+ uses : angular/dev-infra/github-actions/bazel/setup@2113cd7f66a089ac0208ea84eee672b2529f4f6c
140
140
- name : Setup Bazel RBE
141
- uses : angular/dev-infra/github-actions/bazel/configure-remote@1d3d98fabb0f3bb3a18bea96534f2a390a2b09b4
141
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@2113cd7f66a089ac0208ea84eee672b2529f4f6c
142
142
- name : Install node modules
143
143
run : yarn install --frozen-lockfile
144
144
- name : Run linker AOT tests
@@ -153,13 +153,13 @@ jobs:
153
153
runs-on : ubuntu-latest-4core
154
154
steps :
155
155
- name : Initialize environment
156
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@1d3d98fabb0f3bb3a18bea96534f2a390a2b09b4
156
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@2113cd7f66a089ac0208ea84eee672b2529f4f6c
157
157
with :
158
158
cache-node-modules : true
159
159
- name : Setup Bazel
160
- uses : angular/dev-infra/github-actions/bazel/setup@1d3d98fabb0f3bb3a18bea96534f2a390a2b09b4
160
+ uses : angular/dev-infra/github-actions/bazel/setup@2113cd7f66a089ac0208ea84eee672b2529f4f6c
161
161
- name : Setup Bazel RBE
162
- uses : angular/dev-infra/github-actions/bazel/configure-remote@1d3d98fabb0f3bb3a18bea96534f2a390a2b09b4
162
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@2113cd7f66a089ac0208ea84eee672b2529f4f6c
163
163
- name : Install node modules
164
164
run : yarn install --frozen-lockfile
165
165
- name : Run linker JIT tests
@@ -174,13 +174,13 @@ jobs:
174
174
runs-on : ubuntu-latest-16core
175
175
steps :
176
176
- name : Initialize environment
177
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@1d3d98fabb0f3bb3a18bea96534f2a390a2b09b4
177
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@2113cd7f66a089ac0208ea84eee672b2529f4f6c
178
178
with :
179
179
cache-node-modules : true
180
180
- name : Setup Bazel
181
- uses : angular/dev-infra/github-actions/bazel/setup@1d3d98fabb0f3bb3a18bea96534f2a390a2b09b4
181
+ uses : angular/dev-infra/github-actions/bazel/setup@2113cd7f66a089ac0208ea84eee672b2529f4f6c
182
182
- name : Setup Bazel RBE
183
- uses : angular/dev-infra/github-actions/bazel/configure-remote@1d3d98fabb0f3bb3a18bea96534f2a390a2b09b4
183
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@2113cd7f66a089ac0208ea84eee672b2529f4f6c
184
184
- name : Install node modules
185
185
run : yarn install --frozen-lockfile
186
186
- name : Run tests
@@ -195,13 +195,13 @@ jobs:
195
195
runs-on : ubuntu-latest-4core
196
196
steps :
197
197
- name : Initialize environment
198
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@1d3d98fabb0f3bb3a18bea96534f2a390a2b09b4
198
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@2113cd7f66a089ac0208ea84eee672b2529f4f6c
199
199
with :
200
200
cache-node-modules : true
201
201
- name : Setup Bazel
202
- uses : angular/dev-infra/github-actions/bazel/setup@1d3d98fabb0f3bb3a18bea96534f2a390a2b09b4
202
+ uses : angular/dev-infra/github-actions/bazel/setup@2113cd7f66a089ac0208ea84eee672b2529f4f6c
203
203
- name : Setup Bazel RBE
204
- uses : angular/dev-infra/github-actions/bazel/configure-remote@1d3d98fabb0f3bb3a18bea96534f2a390a2b09b4
204
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@2113cd7f66a089ac0208ea84eee672b2529f4f6c
205
205
- name : Install node modules
206
206
run : yarn install --frozen-lockfile
207
207
- name : Run tests
@@ -217,13 +217,13 @@ jobs:
217
217
runs-on : ubuntu-latest-4core
218
218
steps :
219
219
- name : Initialize environment
220
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@1d3d98fabb0f3bb3a18bea96534f2a390a2b09b4
220
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@2113cd7f66a089ac0208ea84eee672b2529f4f6c
221
221
with :
222
222
cache-node-modules : true
223
223
- name : Setup Bazel
224
- uses : angular/dev-infra/github-actions/bazel/setup@1d3d98fabb0f3bb3a18bea96534f2a390a2b09b4
224
+ uses : angular/dev-infra/github-actions/bazel/setup@2113cd7f66a089ac0208ea84eee672b2529f4f6c
225
225
- name : Setup Bazel RBE
226
- uses : angular/dev-infra/github-actions/bazel/configure-remote@1d3d98fabb0f3bb3a18bea96534f2a390a2b09b4
226
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@2113cd7f66a089ac0208ea84eee672b2529f4f6c
227
227
- name : Install node modules
228
228
run : yarn install --frozen-lockfile
229
229
- name : Build and Verify Release Output
@@ -249,13 +249,13 @@ jobs:
249
249
runs-on : ubuntu-latest-4core
250
250
steps :
251
251
- name : Initialize environment
252
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@1d3d98fabb0f3bb3a18bea96534f2a390a2b09b4
252
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@2113cd7f66a089ac0208ea84eee672b2529f4f6c
253
253
with :
254
254
cache-node-modules : true
255
255
- name : Setup Bazel
256
- uses : angular/dev-infra/github-actions/bazel/setup@1d3d98fabb0f3bb3a18bea96534f2a390a2b09b4
256
+ uses : angular/dev-infra/github-actions/bazel/setup@2113cd7f66a089ac0208ea84eee672b2529f4f6c
257
257
- name : Setup Bazel RBE
258
- uses : angular/dev-infra/github-actions/bazel/configure-remote@1d3d98fabb0f3bb3a18bea96534f2a390a2b09b4
258
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@2113cd7f66a089ac0208ea84eee672b2529f4f6c
259
259
- name : Install node modules
260
260
run : yarn install --frozen-lockfile
261
261
- name : Build and Verify Release Output
@@ -275,13 +275,13 @@ jobs:
275
275
runs-on : ubuntu-latest-4core
276
276
steps :
277
277
- name : Initialize environment
278
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@1d3d98fabb0f3bb3a18bea96534f2a390a2b09b4
278
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@2113cd7f66a089ac0208ea84eee672b2529f4f6c
279
279
with :
280
280
cache-node-modules : true
281
281
- name : Setup Bazel
282
- uses : angular/dev-infra/github-actions/bazel/setup@1d3d98fabb0f3bb3a18bea96534f2a390a2b09b4
282
+ uses : angular/dev-infra/github-actions/bazel/setup@2113cd7f66a089ac0208ea84eee672b2529f4f6c
283
283
- name : Setup Bazel RBE
284
- uses : angular/dev-infra/github-actions/bazel/configure-remote@1d3d98fabb0f3bb3a18bea96534f2a390a2b09b4
284
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@2113cd7f66a089ac0208ea84eee672b2529f4f6c
285
285
- name : Install node modules
286
286
run : yarn install --frozen-lockfile
287
287
- name : Build and Verify Release Output
0 commit comments