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@481b4b8fe54c12557ac7d4ad22df0cb08284cdaf
26
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@43f424f003987829b6c1375478936d155fd47219
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@481b4b8fe54c12557ac7d4ad22df0cb08284cdaf
69
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@43f424f003987829b6c1375478936d155fd47219
70
70
with :
71
71
cache-node-modules : true
72
72
- name : Setup Bazel
73
- uses : angular/dev-infra/github-actions/bazel/setup@481b4b8fe54c12557ac7d4ad22df0cb08284cdaf
73
+ uses : angular/dev-infra/github-actions/bazel/setup@43f424f003987829b6c1375478936d155fd47219
74
74
- name : Setup Bazel RBE
75
- uses : angular/dev-infra/github-actions/bazel/configure-remote@481b4b8fe54c12557ac7d4ad22df0cb08284cdaf
75
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@43f424f003987829b6c1375478936d155fd47219
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@481b4b8fe54c12557ac7d4ad22df0cb08284cdaf
90
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@43f424f003987829b6c1375478936d155fd47219
91
91
with :
92
92
cache-node-modules : true
93
93
- name : Setup Bazel
94
- uses : angular/dev-infra/github-actions/bazel/setup@481b4b8fe54c12557ac7d4ad22df0cb08284cdaf
94
+ uses : angular/dev-infra/github-actions/bazel/setup@43f424f003987829b6c1375478936d155fd47219
95
95
- name : Setup Bazel RBE
96
- uses : angular/dev-infra/github-actions/bazel/configure-remote@481b4b8fe54c12557ac7d4ad22df0cb08284cdaf
96
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@43f424f003987829b6c1375478936d155fd47219
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@481b4b8fe54c12557ac7d4ad22df0cb08284cdaf
111
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@43f424f003987829b6c1375478936d155fd47219
112
112
with :
113
113
cache-node-modules : true
114
114
- name : Setup Bazel
115
- uses : angular/dev-infra/github-actions/bazel/setup@481b4b8fe54c12557ac7d4ad22df0cb08284cdaf
115
+ uses : angular/dev-infra/github-actions/bazel/setup@43f424f003987829b6c1375478936d155fd47219
116
116
- name : Setup Bazel RBE
117
- uses : angular/dev-infra/github-actions/bazel/configure-remote@481b4b8fe54c12557ac7d4ad22df0cb08284cdaf
117
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@43f424f003987829b6c1375478936d155fd47219
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@481b4b8fe54c12557ac7d4ad22df0cb08284cdaf
135
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@43f424f003987829b6c1375478936d155fd47219
136
136
with :
137
137
cache-node-modules : true
138
138
- name : Setup Bazel
139
- uses : angular/dev-infra/github-actions/bazel/setup@481b4b8fe54c12557ac7d4ad22df0cb08284cdaf
139
+ uses : angular/dev-infra/github-actions/bazel/setup@43f424f003987829b6c1375478936d155fd47219
140
140
- name : Setup Bazel RBE
141
- uses : angular/dev-infra/github-actions/bazel/configure-remote@481b4b8fe54c12557ac7d4ad22df0cb08284cdaf
141
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@43f424f003987829b6c1375478936d155fd47219
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@481b4b8fe54c12557ac7d4ad22df0cb08284cdaf
156
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@43f424f003987829b6c1375478936d155fd47219
157
157
with :
158
158
cache-node-modules : true
159
159
- name : Setup Bazel
160
- uses : angular/dev-infra/github-actions/bazel/setup@481b4b8fe54c12557ac7d4ad22df0cb08284cdaf
160
+ uses : angular/dev-infra/github-actions/bazel/setup@43f424f003987829b6c1375478936d155fd47219
161
161
- name : Setup Bazel RBE
162
- uses : angular/dev-infra/github-actions/bazel/configure-remote@481b4b8fe54c12557ac7d4ad22df0cb08284cdaf
162
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@43f424f003987829b6c1375478936d155fd47219
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@481b4b8fe54c12557ac7d4ad22df0cb08284cdaf
177
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@43f424f003987829b6c1375478936d155fd47219
178
178
with :
179
179
cache-node-modules : true
180
180
- name : Setup Bazel
181
- uses : angular/dev-infra/github-actions/bazel/setup@481b4b8fe54c12557ac7d4ad22df0cb08284cdaf
181
+ uses : angular/dev-infra/github-actions/bazel/setup@43f424f003987829b6c1375478936d155fd47219
182
182
- name : Setup Bazel RBE
183
- uses : angular/dev-infra/github-actions/bazel/configure-remote@481b4b8fe54c12557ac7d4ad22df0cb08284cdaf
183
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@43f424f003987829b6c1375478936d155fd47219
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@481b4b8fe54c12557ac7d4ad22df0cb08284cdaf
198
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@43f424f003987829b6c1375478936d155fd47219
199
199
with :
200
200
cache-node-modules : true
201
201
- name : Setup Bazel
202
- uses : angular/dev-infra/github-actions/bazel/setup@481b4b8fe54c12557ac7d4ad22df0cb08284cdaf
202
+ uses : angular/dev-infra/github-actions/bazel/setup@43f424f003987829b6c1375478936d155fd47219
203
203
- name : Setup Bazel RBE
204
- uses : angular/dev-infra/github-actions/bazel/configure-remote@481b4b8fe54c12557ac7d4ad22df0cb08284cdaf
204
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@43f424f003987829b6c1375478936d155fd47219
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@481b4b8fe54c12557ac7d4ad22df0cb08284cdaf
220
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@43f424f003987829b6c1375478936d155fd47219
221
221
with :
222
222
cache-node-modules : true
223
223
- name : Setup Bazel
224
- uses : angular/dev-infra/github-actions/bazel/setup@481b4b8fe54c12557ac7d4ad22df0cb08284cdaf
224
+ uses : angular/dev-infra/github-actions/bazel/setup@43f424f003987829b6c1375478936d155fd47219
225
225
- name : Setup Bazel RBE
226
- uses : angular/dev-infra/github-actions/bazel/configure-remote@481b4b8fe54c12557ac7d4ad22df0cb08284cdaf
226
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@43f424f003987829b6c1375478936d155fd47219
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@481b4b8fe54c12557ac7d4ad22df0cb08284cdaf
252
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@43f424f003987829b6c1375478936d155fd47219
253
253
with :
254
254
cache-node-modules : true
255
255
- name : Setup Bazel
256
- uses : angular/dev-infra/github-actions/bazel/setup@481b4b8fe54c12557ac7d4ad22df0cb08284cdaf
256
+ uses : angular/dev-infra/github-actions/bazel/setup@43f424f003987829b6c1375478936d155fd47219
257
257
- name : Setup Bazel RBE
258
- uses : angular/dev-infra/github-actions/bazel/configure-remote@481b4b8fe54c12557ac7d4ad22df0cb08284cdaf
258
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@43f424f003987829b6c1375478936d155fd47219
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@481b4b8fe54c12557ac7d4ad22df0cb08284cdaf
278
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@43f424f003987829b6c1375478936d155fd47219
279
279
with :
280
280
cache-node-modules : true
281
281
- name : Setup Bazel
282
- uses : angular/dev-infra/github-actions/bazel/setup@481b4b8fe54c12557ac7d4ad22df0cb08284cdaf
282
+ uses : angular/dev-infra/github-actions/bazel/setup@43f424f003987829b6c1375478936d155fd47219
283
283
- name : Setup Bazel RBE
284
- uses : angular/dev-infra/github-actions/bazel/configure-remote@481b4b8fe54c12557ac7d4ad22df0cb08284cdaf
284
+ uses : angular/dev-infra/github-actions/bazel/configure-remote@43f424f003987829b6c1375478936d155fd47219
285
285
- name : Install node modules
286
286
run : yarn install --frozen-lockfile
287
287
- name : Build and Verify Release Output
0 commit comments