2323 runs-on : ubuntu-latest
2424 steps :
2525 - name : Initialize environment
26- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@45de46d9ba0e0689b7a846fd31ec9e241807ca71
26+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@9353f48e03c07b828820ad1b79d8fb3ac84d096c
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@45de46d9ba0e0689b7a846fd31ec9e241807ca71
63+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@9353f48e03c07b828820ad1b79d8fb3ac84d096c
6464 with :
6565 cache-node-modules : true
6666 - name : Setup Bazel
67- uses : angular/dev-infra/github-actions/bazel/setup@45de46d9ba0e0689b7a846fd31ec9e241807ca71
67+ uses : angular/dev-infra/github-actions/bazel/setup@9353f48e03c07b828820ad1b79d8fb3ac84d096c
6868 - name : Setup Bazel RBE
69- uses : angular/dev-infra/github-actions/bazel/configure-remote@45de46d9ba0e0689b7a846fd31ec9e241807ca71
69+ uses : angular/dev-infra/github-actions/bazel/configure-remote@9353f48e03c07b828820ad1b79d8fb3ac84d096c
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@45de46d9ba0e0689b7a846fd31ec9e241807ca71
81+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@9353f48e03c07b828820ad1b79d8fb3ac84d096c
8282 with :
8383 cache-node-modules : true
8484 - name : Setup Bazel
85- uses : angular/dev-infra/github-actions/bazel/setup@45de46d9ba0e0689b7a846fd31ec9e241807ca71
85+ uses : angular/dev-infra/github-actions/bazel/setup@9353f48e03c07b828820ad1b79d8fb3ac84d096c
8686 - name : Setup Bazel Remote Caching
87- uses : angular/dev-infra/github-actions/bazel/configure-remote@45de46d9ba0e0689b7a846fd31ec9e241807ca71
87+ uses : angular/dev-infra/github-actions/bazel/configure-remote@9353f48e03c07b828820ad1b79d8fb3ac84d096c
8888 - name : Install node modules
8989 run : yarn install --frozen-lockfile --network-timeout 100000
9090 - name : Test all windows CI targets
0 commit comments