23
23
runs-on : ubuntu-latest
24
24
steps :
25
25
- 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
27
27
with :
28
28
cache-node-modules : true
29
29
- name : Install node modules
@@ -61,13 +61,13 @@ jobs:
61
61
runs-on : ubuntu-latest
62
62
steps :
63
63
- 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
65
65
with :
66
66
cache-node-modules : true
67
67
- name : Setup Bazel
68
- uses : angular/dev-infra/github-actions/bazel/setup@45de46d9ba0e0689b7a846fd31ec9e241807ca71
68
+ uses : angular/dev-infra/github-actions/bazel/setup@9931e1a8d1b62fcd2267e89f9993a494856cc1cd
69
69
- 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
71
71
- name : Install node modules
72
72
run : yarn install --frozen-lockfile
73
73
- name : Check API Goldens
@@ -77,13 +77,13 @@ jobs:
77
77
runs-on : ubuntu-latest
78
78
steps :
79
79
- 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
81
81
with :
82
82
cache-node-modules : true
83
83
- name : Setup Bazel
84
- uses : angular/dev-infra/github-actions/bazel/setup@45de46d9ba0e0689b7a846fd31ec9e241807ca71
84
+ uses : angular/dev-infra/github-actions/bazel/setup@9931e1a8d1b62fcd2267e89f9993a494856cc1cd
85
85
- 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
87
87
- name : Install node modules
88
88
run : yarn install --frozen-lockfile
89
89
- name : Run e2e tests
@@ -93,13 +93,13 @@ jobs:
93
93
runs-on : ubuntu-latest
94
94
steps :
95
95
- 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
97
97
with :
98
98
cache-node-modules : true
99
99
- name : Setup Bazel
100
- uses : angular/dev-infra/github-actions/bazel/setup@45de46d9ba0e0689b7a846fd31ec9e241807ca71
100
+ uses : angular/dev-infra/github-actions/bazel/setup@9931e1a8d1b62fcd2267e89f9993a494856cc1cd
101
101
- 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
103
103
- name : Install node modules
104
104
run : yarn install --frozen-lockfile
105
105
- name : Run integration tests
0 commit comments