21
21
runs-on : ubuntu-latest
22
22
steps :
23
23
- name : Initialize environment
24
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@f2a610b26cd7a451eddd50eb071dc495e3346a80
24
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@b79ac7f5d6689becb7f2d559affbab5afb361389
25
25
- name : Install node modules
26
26
run : pnpm install --frozen-lockfile
27
27
- name : Generate JSON schema types
42
42
runs-on : ubuntu-latest
43
43
steps :
44
44
- name : Initialize environment
45
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@f2a610b26cd7a451eddd50eb071dc495e3346a80
45
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@b79ac7f5d6689becb7f2d559affbab5afb361389
46
46
- name : Setup Bazel
47
47
uses : angular/dev-infra/github-actions/bazel/setup@f2a610b26cd7a451eddd50eb071dc495e3346a80
48
48
- name : Setup Bazel RBE
57
57
runs-on : ubuntu-latest
58
58
steps :
59
59
- name : Initialize environment
60
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@f2a610b26cd7a451eddd50eb071dc495e3346a80
60
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@b79ac7f5d6689becb7f2d559affbab5afb361389
61
61
- name : Setup Bazel
62
62
uses : angular/dev-infra/github-actions/bazel/setup@f2a610b26cd7a451eddd50eb071dc495e3346a80
63
63
- name : Setup Bazel RBE
81
81
runs-on : ${{ matrix.os }}
82
82
steps :
83
83
- name : Initialize environment
84
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@f2a610b26cd7a451eddd50eb071dc495e3346a80
84
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@b79ac7f5d6689becb7f2d559affbab5afb361389
85
85
- name : Install node modules
86
86
run : pnpm install --frozen-lockfile
87
87
- name : Setup Bazel
@@ -102,7 +102,7 @@ jobs:
102
102
runs-on : ${{ matrix.os }}
103
103
steps :
104
104
- name : Initialize environment
105
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@f2a610b26cd7a451eddd50eb071dc495e3346a80
105
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@b79ac7f5d6689becb7f2d559affbab5afb361389
106
106
- name : Run CLI E2E tests
107
107
uses : ./.github/shared-actions/windows-bazel-test
108
108
with :
@@ -123,7 +123,7 @@ jobs:
123
123
runs-on : ${{ matrix.os }}
124
124
steps :
125
125
- name : Initialize environment
126
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@f2a610b26cd7a451eddd50eb071dc495e3346a80
126
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@b79ac7f5d6689becb7f2d559affbab5afb361389
127
127
- name : Install node modules
128
128
run : pnpm install --frozen-lockfile
129
129
- name : Setup Bazel
@@ -145,7 +145,7 @@ jobs:
145
145
runs-on : ${{ matrix.os }}
146
146
steps :
147
147
- name : Initialize environment
148
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@f2a610b26cd7a451eddd50eb071dc495e3346a80
148
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@b79ac7f5d6689becb7f2d559affbab5afb361389
149
149
- name : Install node modules
150
150
run : pnpm install --frozen-lockfile
151
151
- name : Setup Bazel
@@ -163,7 +163,7 @@ jobs:
163
163
SAUCE_TUNNEL_IDENTIFIER : angular-cli-${{ github.workflow }}-${{ github.run_number }}
164
164
steps :
165
165
- name : Initialize environment
166
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@f2a610b26cd7a451eddd50eb071dc495e3346a80
166
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@b79ac7f5d6689becb7f2d559affbab5afb361389
167
167
- name : Install node modules
168
168
run : pnpm install --frozen-lockfile
169
169
- name : Setup Bazel
@@ -197,7 +197,7 @@ jobs:
197
197
CIRCLE_BRANCH : ${{ github.ref_name }}
198
198
steps :
199
199
- name : Initialize environment
200
- uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@f2a610b26cd7a451eddd50eb071dc495e3346a80
200
+ uses : angular/dev-infra/github-actions/npm/checkout-and-setup-node@b79ac7f5d6689becb7f2d559affbab5afb361389
201
201
- name : Install node modules
202
202
run : pnpm install --frozen-lockfile
203
203
- name : Setup Bazel
0 commit comments