Skip to content

Commit

Permalink
build: update to latest remote build execution setup (#26646)
Browse files Browse the repository at this point in the history
Update to the latest RBE setup after key rotation.

(cherry picked from commit 1e9eba7)
  • Loading branch information
josephperrott committed Feb 18, 2023
1 parent da5ce8a commit aa0c052
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -148,7 +148,7 @@ orbs:
# to make sure that snapshot builds are not deployed out of order, resulting in Git
# push conflicts.
queue: eddiewebb/[email protected]
devinfra: angular/[email protected].6
devinfra: angular/[email protected].8

commands:
checkout_and_rebase:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-dev-app.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2.0.0
- uses: ./.github/actions/yarn-install

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

Expand Down

0 comments on commit aa0c052

Please sign in to comment.