2121 runs-on : ubuntu-latest
2222 steps :
2323 - name : Initialize environment
24- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a
24+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@2137a36261ceb2e74dc5ddafdb171ac9fc62a6ea
2525 with :
2626 cache-node-modules : true
2727 - name : Install node modules
@@ -41,13 +41,13 @@ jobs:
4141 runs-on : ubuntu-latest
4242 steps :
4343 - name : Initialize environment
44- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a
44+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@2137a36261ceb2e74dc5ddafdb171ac9fc62a6ea
4545 with :
4646 cache-node-modules : true
4747 - name : Setup Bazel
48- uses : angular/dev-infra/github-actions/bazel/setup@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a
48+ uses : angular/dev-infra/github-actions/bazel/setup@2137a36261ceb2e74dc5ddafdb171ac9fc62a6ea
4949 - name : Setup Bazel RBE
50- uses : angular/dev-infra/github-actions/bazel/configure-remote@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a
50+ uses : angular/dev-infra/github-actions/bazel/configure-remote@2137a36261ceb2e74dc5ddafdb171ac9fc62a6ea
5151 - name : Install node modules
5252 run : yarn install --frozen-lockfile
5353 - name : Run unit tests
@@ -59,13 +59,13 @@ jobs:
5959 runs-on : ubuntu-latest-4core
6060 steps :
6161 - name : Initialize environment
62- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a
62+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@2137a36261ceb2e74dc5ddafdb171ac9fc62a6ea
6363 with :
6464 cache-node-modules : true
6565 - name : Setup Bazel
66- uses : angular/dev-infra/github-actions/bazel/setup@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a
66+ uses : angular/dev-infra/github-actions/bazel/setup@2137a36261ceb2e74dc5ddafdb171ac9fc62a6ea
6767 - name : Setup Bazel Remote Caching
68- uses : angular/dev-infra/github-actions/bazel/configure-remote@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a
68+ uses : angular/dev-infra/github-actions/bazel/configure-remote@2137a36261ceb2e74dc5ddafdb171ac9fc62a6ea
6969 - name : Install node modules
7070 run : yarn install --frozen-lockfile --network-timeout 100000
7171 - name : Run CI tests for framework
@@ -76,11 +76,11 @@ jobs:
7676 labels : ubuntu-latest-4core
7777 steps :
7878 - name : Initialize environment
79- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a
79+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@2137a36261ceb2e74dc5ddafdb171ac9fc62a6ea
8080 - name : Setup Bazel
81- uses : angular/dev-infra/github-actions/bazel/setup@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a
81+ uses : angular/dev-infra/github-actions/bazel/setup@2137a36261ceb2e74dc5ddafdb171ac9fc62a6ea
8282 - name : Setup Bazel RBE
83- uses : angular/dev-infra/github-actions/bazel/configure-remote@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a
83+ uses : angular/dev-infra/github-actions/bazel/configure-remote@2137a36261ceb2e74dc5ddafdb171ac9fc62a6ea
8484 - name : Install node modules
8585 run : yarn install --frozen-lockfile
8686 - name : Build adev in fast mode to ensure it continues to work
@@ -95,13 +95,13 @@ jobs:
9595 labels : ubuntu-latest
9696 steps :
9797 - name : Initialize environment
98- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a
98+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@2137a36261ceb2e74dc5ddafdb171ac9fc62a6ea
9999 with :
100100 cache-node-modules : true
101101 - name : Setup Bazel
102- uses : angular/dev-infra/github-actions/bazel/setup@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a
102+ uses : angular/dev-infra/github-actions/bazel/setup@2137a36261ceb2e74dc5ddafdb171ac9fc62a6ea
103103 - name : Setup Bazel RBE
104- uses : angular/dev-infra/github-actions/bazel/configure-remote@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a
104+ uses : angular/dev-infra/github-actions/bazel/configure-remote@2137a36261ceb2e74dc5ddafdb171ac9fc62a6ea
105105 - name : Install node modules
106106 run : yarn install --frozen-lockfile
107107 - run : echo "https://${{secrets.SNAPSHOT_BUILDS_GITHUB_TOKEN}}:@github.com" > ${HOME}/.git_credentials
@@ -113,17 +113,17 @@ jobs:
113113 labels : ubuntu-latest-4core
114114 steps :
115115 - name : Initialize environment
116- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a
116+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@2137a36261ceb2e74dc5ddafdb171ac9fc62a6ea
117117 with :
118118 cache-node-modules : true
119119 node-module-directories : |
120120 ./node_modules
121121 ./packages/zone.js/node_modules
122122 ./packages/zone.js/test/typings/node_modules
123123 - name : Setup Bazel
124- uses : angular/dev-infra/github-actions/bazel/setup@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a
124+ uses : angular/dev-infra/github-actions/bazel/setup@2137a36261ceb2e74dc5ddafdb171ac9fc62a6ea
125125 - name : Setup Bazel RBE
126- uses : angular/dev-infra/github-actions/bazel/configure-remote@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a
126+ uses : angular/dev-infra/github-actions/bazel/configure-remote@2137a36261ceb2e74dc5ddafdb171ac9fc62a6ea
127127 - name : Install node modules
128128 run : yarn install --frozen-lockfile
129129 - run : |
@@ -160,7 +160,7 @@ jobs:
160160 SAUCE_TUNNEL_IDENTIFIER : angular-framework-${{ github.run_number }}
161161 steps :
162162 - name : Initialize environment
163- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a
163+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@2137a36261ceb2e74dc5ddafdb171ac9fc62a6ea
164164 with :
165165 cache-node-modules : true
166166 - name : Install node modules
@@ -173,11 +173,11 @@ jobs:
173173 runs-on : ubuntu-latest
174174 steps :
175175 - name : Initialize environment
176- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a
176+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@2137a36261ceb2e74dc5ddafdb171ac9fc62a6ea
177177 - name : Setup Bazel
178- uses : angular/dev-infra/github-actions/bazel/setup@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a
178+ uses : angular/dev-infra/github-actions/bazel/setup@2137a36261ceb2e74dc5ddafdb171ac9fc62a6ea
179179 - name : Setup Bazel RBE
180- uses : angular/dev-infra/github-actions/bazel/configure-remote@8d3cb7b9e1b3edd1dc168376689d27407d2dfa7a
180+ uses : angular/dev-infra/github-actions/bazel/configure-remote@2137a36261ceb2e74dc5ddafdb171ac9fc62a6ea
181181 - name : Install node modules
182182 run : yarn install --frozen-lockfile
183183 - name : Build adev to ensure it continues to work
0 commit comments