2323 runs-on : ubuntu-latest
2424 steps :
2525 - name : Initialize environment
26- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@f00131a6ab074797904b905c6a7637af1ce7ce80
26+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@1d3d98fabb0f3bb3a18bea96534f2a390a2b09b4
2727 with :
2828 cache-node-modules : true
2929 - name : Install node modules
@@ -66,13 +66,13 @@ jobs:
6666 runs-on : ubuntu-latest
6767 steps :
6868 - name : Initialize environment
69- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@f00131a6ab074797904b905c6a7637af1ce7ce80
69+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@1d3d98fabb0f3bb3a18bea96534f2a390a2b09b4
7070 with :
7171 cache-node-modules : true
7272 - name : Setup Bazel
73- uses : angular/dev-infra/github-actions/bazel/setup@f00131a6ab074797904b905c6a7637af1ce7ce80
73+ uses : angular/dev-infra/github-actions/bazel/setup@1d3d98fabb0f3bb3a18bea96534f2a390a2b09b4
7474 - name : Setup Bazel RBE
75- uses : angular/dev-infra/github-actions/bazel/configure-remote@f00131a6ab074797904b905c6a7637af1ce7ce80
75+ uses : angular/dev-infra/github-actions/bazel/configure-remote@1d3d98fabb0f3bb3a18bea96534f2a390a2b09b4
7676 - name : Install node modules
7777 run : yarn install --frozen-lockfile
7878 - name : Check API Goldens
@@ -87,13 +87,13 @@ jobs:
8787 runs-on : ubuntu-latest
8888 steps :
8989 - name : Initialize environment
90- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@f00131a6ab074797904b905c6a7637af1ce7ce80
90+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@1d3d98fabb0f3bb3a18bea96534f2a390a2b09b4
9191 with :
9292 cache-node-modules : true
9393 - name : Setup Bazel
94- uses : angular/dev-infra/github-actions/bazel/setup@f00131a6ab074797904b905c6a7637af1ce7ce80
94+ uses : angular/dev-infra/github-actions/bazel/setup@1d3d98fabb0f3bb3a18bea96534f2a390a2b09b4
9595 - name : Setup Bazel RBE
96- uses : angular/dev-infra/github-actions/bazel/configure-remote@f00131a6ab074797904b905c6a7637af1ce7ce80
96+ uses : angular/dev-infra/github-actions/bazel/configure-remote@1d3d98fabb0f3bb3a18bea96534f2a390a2b09b4
9797 - name : Install node modules
9898 run : yarn install --frozen-lockfile
9999 - name : Run e2e tests
@@ -108,13 +108,13 @@ jobs:
108108 runs-on : ubuntu-latest
109109 steps :
110110 - name : Initialize environment
111- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@f00131a6ab074797904b905c6a7637af1ce7ce80
111+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@1d3d98fabb0f3bb3a18bea96534f2a390a2b09b4
112112 with :
113113 cache-node-modules : true
114114 - name : Setup Bazel
115- uses : angular/dev-infra/github-actions/bazel/setup@f00131a6ab074797904b905c6a7637af1ce7ce80
115+ uses : angular/dev-infra/github-actions/bazel/setup@1d3d98fabb0f3bb3a18bea96534f2a390a2b09b4
116116 - name : Setup Bazel RBE
117- uses : angular/dev-infra/github-actions/bazel/configure-remote@f00131a6ab074797904b905c6a7637af1ce7ce80
117+ uses : angular/dev-infra/github-actions/bazel/configure-remote@1d3d98fabb0f3bb3a18bea96534f2a390a2b09b4
118118 - name : Install node modules
119119 run : yarn install --frozen-lockfile
120120 - name : Run integration tests
@@ -132,13 +132,13 @@ jobs:
132132 runs-on : ubuntu-latest-4core
133133 steps :
134134 - name : Initialize environment
135- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@f00131a6ab074797904b905c6a7637af1ce7ce80
135+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@1d3d98fabb0f3bb3a18bea96534f2a390a2b09b4
136136 with :
137137 cache-node-modules : true
138138 - name : Setup Bazel
139- uses : angular/dev-infra/github-actions/bazel/setup@f00131a6ab074797904b905c6a7637af1ce7ce80
139+ uses : angular/dev-infra/github-actions/bazel/setup@1d3d98fabb0f3bb3a18bea96534f2a390a2b09b4
140140 - name : Setup Bazel RBE
141- uses : angular/dev-infra/github-actions/bazel/configure-remote@f00131a6ab074797904b905c6a7637af1ce7ce80
141+ uses : angular/dev-infra/github-actions/bazel/configure-remote@1d3d98fabb0f3bb3a18bea96534f2a390a2b09b4
142142 - name : Install node modules
143143 run : yarn install --frozen-lockfile
144144 - name : Run linker AOT tests
@@ -153,13 +153,13 @@ jobs:
153153 runs-on : ubuntu-latest-4core
154154 steps :
155155 - name : Initialize environment
156- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@f00131a6ab074797904b905c6a7637af1ce7ce80
156+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@1d3d98fabb0f3bb3a18bea96534f2a390a2b09b4
157157 with :
158158 cache-node-modules : true
159159 - name : Setup Bazel
160- uses : angular/dev-infra/github-actions/bazel/setup@f00131a6ab074797904b905c6a7637af1ce7ce80
160+ uses : angular/dev-infra/github-actions/bazel/setup@1d3d98fabb0f3bb3a18bea96534f2a390a2b09b4
161161 - name : Setup Bazel RBE
162- uses : angular/dev-infra/github-actions/bazel/configure-remote@f00131a6ab074797904b905c6a7637af1ce7ce80
162+ uses : angular/dev-infra/github-actions/bazel/configure-remote@1d3d98fabb0f3bb3a18bea96534f2a390a2b09b4
163163 - name : Install node modules
164164 run : yarn install --frozen-lockfile
165165 - name : Run linker JIT tests
@@ -174,13 +174,13 @@ jobs:
174174 runs-on : ubuntu-latest-16core
175175 steps :
176176 - name : Initialize environment
177- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@f00131a6ab074797904b905c6a7637af1ce7ce80
177+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@1d3d98fabb0f3bb3a18bea96534f2a390a2b09b4
178178 with :
179179 cache-node-modules : true
180180 - name : Setup Bazel
181- uses : angular/dev-infra/github-actions/bazel/setup@f00131a6ab074797904b905c6a7637af1ce7ce80
181+ uses : angular/dev-infra/github-actions/bazel/setup@1d3d98fabb0f3bb3a18bea96534f2a390a2b09b4
182182 - name : Setup Bazel RBE
183- uses : angular/dev-infra/github-actions/bazel/configure-remote@f00131a6ab074797904b905c6a7637af1ce7ce80
183+ uses : angular/dev-infra/github-actions/bazel/configure-remote@1d3d98fabb0f3bb3a18bea96534f2a390a2b09b4
184184 - name : Install node modules
185185 run : yarn install --frozen-lockfile
186186 - name : Run tests
@@ -195,13 +195,13 @@ jobs:
195195 runs-on : ubuntu-latest-4core
196196 steps :
197197 - name : Initialize environment
198- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@f00131a6ab074797904b905c6a7637af1ce7ce80
198+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@1d3d98fabb0f3bb3a18bea96534f2a390a2b09b4
199199 with :
200200 cache-node-modules : true
201201 - name : Setup Bazel
202- uses : angular/dev-infra/github-actions/bazel/setup@f00131a6ab074797904b905c6a7637af1ce7ce80
202+ uses : angular/dev-infra/github-actions/bazel/setup@1d3d98fabb0f3bb3a18bea96534f2a390a2b09b4
203203 - name : Setup Bazel RBE
204- uses : angular/dev-infra/github-actions/bazel/configure-remote@f00131a6ab074797904b905c6a7637af1ce7ce80
204+ uses : angular/dev-infra/github-actions/bazel/configure-remote@1d3d98fabb0f3bb3a18bea96534f2a390a2b09b4
205205 - name : Install node modules
206206 run : yarn install --frozen-lockfile
207207 - name : Run tests
@@ -217,13 +217,13 @@ jobs:
217217 runs-on : ubuntu-latest-4core
218218 steps :
219219 - name : Initialize environment
220- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@f00131a6ab074797904b905c6a7637af1ce7ce80
220+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@1d3d98fabb0f3bb3a18bea96534f2a390a2b09b4
221221 with :
222222 cache-node-modules : true
223223 - name : Setup Bazel
224- uses : angular/dev-infra/github-actions/bazel/setup@f00131a6ab074797904b905c6a7637af1ce7ce80
224+ uses : angular/dev-infra/github-actions/bazel/setup@1d3d98fabb0f3bb3a18bea96534f2a390a2b09b4
225225 - name : Setup Bazel RBE
226- uses : angular/dev-infra/github-actions/bazel/configure-remote@f00131a6ab074797904b905c6a7637af1ce7ce80
226+ uses : angular/dev-infra/github-actions/bazel/configure-remote@1d3d98fabb0f3bb3a18bea96534f2a390a2b09b4
227227 - name : Install node modules
228228 run : yarn install --frozen-lockfile
229229 - name : Build and Verify Release Output
@@ -249,13 +249,13 @@ jobs:
249249 runs-on : ubuntu-latest-4core
250250 steps :
251251 - name : Initialize environment
252- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@f00131a6ab074797904b905c6a7637af1ce7ce80
252+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@1d3d98fabb0f3bb3a18bea96534f2a390a2b09b4
253253 with :
254254 cache-node-modules : true
255255 - name : Setup Bazel
256- uses : angular/dev-infra/github-actions/bazel/setup@f00131a6ab074797904b905c6a7637af1ce7ce80
256+ uses : angular/dev-infra/github-actions/bazel/setup@1d3d98fabb0f3bb3a18bea96534f2a390a2b09b4
257257 - name : Setup Bazel RBE
258- uses : angular/dev-infra/github-actions/bazel/configure-remote@f00131a6ab074797904b905c6a7637af1ce7ce80
258+ uses : angular/dev-infra/github-actions/bazel/configure-remote@1d3d98fabb0f3bb3a18bea96534f2a390a2b09b4
259259 - name : Install node modules
260260 run : yarn install --frozen-lockfile
261261 - name : Build and Verify Release Output
@@ -275,13 +275,13 @@ jobs:
275275 runs-on : ubuntu-latest-4core
276276 steps :
277277 - name : Initialize environment
278- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@f00131a6ab074797904b905c6a7637af1ce7ce80
278+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@1d3d98fabb0f3bb3a18bea96534f2a390a2b09b4
279279 with :
280280 cache-node-modules : true
281281 - name : Setup Bazel
282- uses : angular/dev-infra/github-actions/bazel/setup@f00131a6ab074797904b905c6a7637af1ce7ce80
282+ uses : angular/dev-infra/github-actions/bazel/setup@1d3d98fabb0f3bb3a18bea96534f2a390a2b09b4
283283 - name : Setup Bazel RBE
284- uses : angular/dev-infra/github-actions/bazel/configure-remote@f00131a6ab074797904b905c6a7637af1ce7ce80
284+ uses : angular/dev-infra/github-actions/bazel/configure-remote@1d3d98fabb0f3bb3a18bea96534f2a390a2b09b4
285285 - name : Install node modules
286286 run : yarn install --frozen-lockfile
287287 - name : Build and Verify Release Output
0 commit comments