Skip to content

Commit aa0c052

Browse files
committed
build: update to latest remote build execution setup (#26646)
Update to the latest RBE setup after key rotation. (cherry picked from commit 1e9eba7)
1 parent da5ce8a commit aa0c052

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.circleci/config.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@ orbs:
148148
# to make sure that snapshot builds are not deployed out of order, resulting in Git
149149
# push conflicts.
150150
queue: eddiewebb/[email protected]
151-
devinfra: angular/[email protected].6
151+
devinfra: angular/[email protected].8
152152

153153
commands:
154154
checkout_and_rebase:

.github/workflows/build-dev-app.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2.0.0
2626
- uses: ./.github/actions/yarn-install
2727

28-
- uses: angular/dev-infra/github-actions/setup-bazel-remote-exec@0f3f44d48a8f73c375ab3ef401cf8cc54708758a
28+
- uses: angular/dev-infra/github-actions/setup-bazel-remote-exec@82bf866dd936abf5e6826a282d8da6e720dd1aa2
2929
with:
3030
bazelrc: ./.bazelrc.user
3131

0 commit comments

Comments
 (0)