2323 runs-on : ubuntu-latest
2424 steps :
2525 - name : Initialize environment
26- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@0109d498b0f6aae418ed4924a5e5c65695f0ac61
26+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
2727 with :
2828 cache-node-modules : true
2929 node-module-directories : |
@@ -60,13 +60,13 @@ jobs:
6060 runs-on : ubuntu-latest
6161 steps :
6262 - name : Initialize environment
63- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@0109d498b0f6aae418ed4924a5e5c65695f0ac61
63+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
6464 with :
6565 cache-node-modules : true
6666 - name : Setup Bazel
67- uses : angular/dev-infra/github-actions/bazel/setup@0109d498b0f6aae418ed4924a5e5c65695f0ac61
67+ uses : angular/dev-infra/github-actions/bazel/setup@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
6868 - name : Setup Bazel RBE
69- uses : angular/dev-infra/github-actions/bazel/configure-remote@0109d498b0f6aae418ed4924a5e5c65695f0ac61
69+ uses : angular/dev-infra/github-actions/bazel/configure-remote@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
7070 - name : Install node modules
7171 run : yarn install --frozen-lockfile
7272 - name : Run unit tests
@@ -78,13 +78,13 @@ jobs:
7878 runs-on : windows-latest
7979 steps :
8080 - name : Initialize environment
81- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@0109d498b0f6aae418ed4924a5e5c65695f0ac61
81+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
8282 with :
8383 cache-node-modules : true
8484 - name : Setup Bazel
85- uses : angular/dev-infra/github-actions/bazel/setup@0109d498b0f6aae418ed4924a5e5c65695f0ac61
85+ uses : angular/dev-infra/github-actions/bazel/setup@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
8686 - name : Setup Bazel Remote Caching
87- uses : angular/dev-infra/github-actions/bazel/configure-remote@0109d498b0f6aae418ed4924a5e5c65695f0ac61
87+ uses : angular/dev-infra/github-actions/bazel/configure-remote@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
8888 - name : Install node modules
8989 run : yarn install --frozen-lockfile --network-timeout 100000
9090 - name : Test all windows CI targets
@@ -97,13 +97,13 @@ jobs:
9797 runs-on : ubuntu-latest-4core
9898 steps :
9999 - name : Initialize environment
100- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@45de46d9ba0e0689b7a846fd31ec9e241807ca71
100+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
101101 with :
102102 cache-node-modules : true
103103 - name : Setup Bazel
104- uses : angular/dev-infra/github-actions/bazel/setup@45de46d9ba0e0689b7a846fd31ec9e241807ca71
104+ uses : angular/dev-infra/github-actions/bazel/setup@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
105105 - name : Setup Bazel Remote Caching
106- uses : angular/dev-infra/github-actions/bazel/configure-remote@45de46d9ba0e0689b7a846fd31ec9e241807ca71
106+ uses : angular/dev-infra/github-actions/bazel/configure-remote@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
107107 - name : Install node modules
108108 run : yarn install --frozen-lockfile --network-timeout 100000
109109 - name : Run CI tests for framework
@@ -113,15 +113,15 @@ jobs:
113113 runs-on : ubuntu-latest-4core
114114 steps :
115115 - name : Initialize environment
116- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@45de46d9ba0e0689b7a846fd31ec9e241807ca71
116+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
117117 with :
118118 cache-node-modules : true
119119 node-module-directories : |
120120 ./aio/node_modules
121121 - name : Setup Bazel
122- uses : angular/dev-infra/github-actions/bazel/setup@45de46d9ba0e0689b7a846fd31ec9e241807ca71
122+ uses : angular/dev-infra/github-actions/bazel/setup@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
123123 - name : Setup Bazel RBE
124- uses : angular/dev-infra/github-actions/bazel/configure-remote@45de46d9ba0e0689b7a846fd31ec9e241807ca71
124+ uses : angular/dev-infra/github-actions/bazel/configure-remote@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
125125 - name : Install node modules for aio
126126 run : yarn install --cwd aio --frozen-lockfile
127127 - name : Run AIO tests with upstream packages
@@ -134,15 +134,15 @@ jobs:
134134 labels : ubuntu-latest-4core
135135 steps :
136136 - name : Initialize environment
137- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@45de46d9ba0e0689b7a846fd31ec9e241807ca71
137+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
138138 with :
139139 cache-node-modules : true
140140 node-module-directories : |
141141 ./aio/node_modules
142142 - name : Setup Bazel
143- uses : angular/dev-infra/github-actions/bazel/setup@45de46d9ba0e0689b7a846fd31ec9e241807ca71
143+ uses : angular/dev-infra/github-actions/bazel/setup@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
144144 - name : Setup Bazel RBE
145- uses : angular/dev-infra/github-actions/bazel/configure-remote@45de46d9ba0e0689b7a846fd31ec9e241807ca71
145+ uses : angular/dev-infra/github-actions/bazel/configure-remote@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
146146 - name : Install node modules
147147 run : yarn install --cwd aio --frozen-lockfile
148148 - name : Run AIO tests with local packages
@@ -157,15 +157,15 @@ jobs:
157157 labels : ubuntu-latest
158158 steps :
159159 - name : Initialize environment
160- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@45de46d9ba0e0689b7a846fd31ec9e241807ca71
160+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
161161 with :
162162 cache-node-modules : true
163163 node-module-directories : |
164164 ./aio/node_modules
165165 - name : Setup Bazel
166- uses : angular/dev-infra/github-actions/bazel/setup@45de46d9ba0e0689b7a846fd31ec9e241807ca71
166+ uses : angular/dev-infra/github-actions/bazel/setup@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
167167 - name : Setup Bazel RBE
168- uses : angular/dev-infra/github-actions/bazel/configure-remote@45de46d9ba0e0689b7a846fd31ec9e241807ca71
168+ uses : angular/dev-infra/github-actions/bazel/configure-remote@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
169169 - name : Install node modules for aio
170170 run : yarn install --cwd aio --frozen-lockfile
171171 - name : Set the stable branch environment variable
@@ -192,17 +192,17 @@ jobs:
192192 labels : ubuntu-latest-4core
193193 steps :
194194 - name : Initialize environment
195- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@45de46d9ba0e0689b7a846fd31ec9e241807ca71
195+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
196196 with :
197197 cache-node-modules : true
198198 node-module-directories : |
199199 ./node_modules
200200 ./packages/zone.js/node_modules
201201 ./packages/zone.js/test/typings/node_modules
202202 - name : Setup Bazel
203- uses : angular/dev-infra/github-actions/bazel/setup@45de46d9ba0e0689b7a846fd31ec9e241807ca71
203+ uses : angular/dev-infra/github-actions/bazel/setup@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
204204 - name : Setup Bazel RBE
205- uses : angular/dev-infra/github-actions/bazel/configure-remote@45de46d9ba0e0689b7a846fd31ec9e241807ca71
205+ uses : angular/dev-infra/github-actions/bazel/configure-remote@f245bb8cf1942e3fb147febae2dc31dcb84fd5fa
206206 - name : Install node modules
207207 run : yarn install --frozen-lockfile
208208 - run : |
0 commit comments