2323 runs-on : ubuntu-latest
2424 steps :
2525 - name : Initialize environment
26- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@852c3d1898775ec9fbc87213e519f16e78805b57
26+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@9931e1a8d1b62fcd2267e89f9993a494856cc1cd
2727 with :
2828 cache-node-modules : true
2929 - name : Install node modules
@@ -61,13 +61,13 @@ jobs:
6161 runs-on : ubuntu-latest
6262 steps :
6363 - name : Initialize environment
64- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@45de46d9ba0e0689b7a846fd31ec9e241807ca71
64+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@9931e1a8d1b62fcd2267e89f9993a494856cc1cd
6565 with :
6666 cache-node-modules : true
6767 - name : Setup Bazel
68- uses : angular/dev-infra/github-actions/bazel/setup@45de46d9ba0e0689b7a846fd31ec9e241807ca71
68+ uses : angular/dev-infra/github-actions/bazel/setup@9931e1a8d1b62fcd2267e89f9993a494856cc1cd
6969 - name : Setup Bazel RBE
70- uses : angular/dev-infra/github-actions/bazel/configure-remote@45de46d9ba0e0689b7a846fd31ec9e241807ca71
70+ uses : angular/dev-infra/github-actions/bazel/configure-remote@9931e1a8d1b62fcd2267e89f9993a494856cc1cd
7171 - name : Install node modules
7272 run : yarn install --frozen-lockfile
7373 - name : Check API Goldens
@@ -77,13 +77,13 @@ jobs:
7777 runs-on : ubuntu-latest
7878 steps :
7979 - name : Initialize environment
80- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@45de46d9ba0e0689b7a846fd31ec9e241807ca71
80+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@9931e1a8d1b62fcd2267e89f9993a494856cc1cd
8181 with :
8282 cache-node-modules : true
8383 - name : Setup Bazel
84- uses : angular/dev-infra/github-actions/bazel/setup@45de46d9ba0e0689b7a846fd31ec9e241807ca71
84+ uses : angular/dev-infra/github-actions/bazel/setup@9931e1a8d1b62fcd2267e89f9993a494856cc1cd
8585 - name : Setup Bazel RBE
86- uses : angular/dev-infra/github-actions/bazel/configure-remote@45de46d9ba0e0689b7a846fd31ec9e241807ca71
86+ uses : angular/dev-infra/github-actions/bazel/configure-remote@9931e1a8d1b62fcd2267e89f9993a494856cc1cd
8787 - name : Install node modules
8888 run : yarn install --frozen-lockfile
8989 - name : Run e2e tests
@@ -93,13 +93,13 @@ jobs:
9393 runs-on : ubuntu-latest
9494 steps :
9595 - name : Initialize environment
96- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@45de46d9ba0e0689b7a846fd31ec9e241807ca71
96+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@9931e1a8d1b62fcd2267e89f9993a494856cc1cd
9797 with :
9898 cache-node-modules : true
9999 - name : Setup Bazel
100- uses : angular/dev-infra/github-actions/bazel/setup@45de46d9ba0e0689b7a846fd31ec9e241807ca71
100+ uses : angular/dev-infra/github-actions/bazel/setup@9931e1a8d1b62fcd2267e89f9993a494856cc1cd
101101 - name : Setup Bazel RBE
102- uses : angular/dev-infra/github-actions/bazel/configure-remote@45de46d9ba0e0689b7a846fd31ec9e241807ca71
102+ uses : angular/dev-infra/github-actions/bazel/configure-remote@9931e1a8d1b62fcd2267e89f9993a494856cc1cd
103103 - name : Install node modules
104104 run : yarn install --frozen-lockfile
105105 - name : Run integration tests
0 commit comments