2121 runs-on : ubuntu-latest
2222 steps :
2323 - 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
2525 - name : Install node modules
2626 run : pnpm install --frozen-lockfile
2727 - name : Generate JSON schema types
4242 runs-on : ubuntu-latest
4343 steps :
4444 - 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
4646 - name : Setup Bazel
4747 uses : angular/dev-infra/github-actions/bazel/setup@f2a610b26cd7a451eddd50eb071dc495e3346a80
4848 - name : Setup Bazel RBE
5757 runs-on : ubuntu-latest
5858 steps :
5959 - 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
6161 - name : Setup Bazel
6262 uses : angular/dev-infra/github-actions/bazel/setup@f2a610b26cd7a451eddd50eb071dc495e3346a80
6363 - name : Setup Bazel RBE
8181 runs-on : ${{ matrix.os }}
8282 steps :
8383 - 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
8585 - name : Install node modules
8686 run : pnpm install --frozen-lockfile
8787 - name : Setup Bazel
@@ -102,7 +102,7 @@ jobs:
102102 runs-on : ${{ matrix.os }}
103103 steps :
104104 - 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
106106 - name : Run CLI E2E tests
107107 uses : ./.github/shared-actions/windows-bazel-test
108108 with :
@@ -123,7 +123,7 @@ jobs:
123123 runs-on : ${{ matrix.os }}
124124 steps :
125125 - 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
127127 - name : Install node modules
128128 run : pnpm install --frozen-lockfile
129129 - name : Setup Bazel
@@ -145,7 +145,7 @@ jobs:
145145 runs-on : ${{ matrix.os }}
146146 steps :
147147 - 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
149149 - name : Install node modules
150150 run : pnpm install --frozen-lockfile
151151 - name : Setup Bazel
@@ -163,7 +163,7 @@ jobs:
163163 SAUCE_TUNNEL_IDENTIFIER : angular-cli-${{ github.workflow }}-${{ github.run_number }}
164164 steps :
165165 - 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
167167 - name : Install node modules
168168 run : pnpm install --frozen-lockfile
169169 - name : Setup Bazel
@@ -197,7 +197,7 @@ jobs:
197197 CIRCLE_BRANCH : ${{ github.ref_name }}
198198 steps :
199199 - 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
201201 - name : Install node modules
202202 run : pnpm install --frozen-lockfile
203203 - name : Setup Bazel
0 commit comments