From 47aadc2a2dfe404daad2f243c13f8e9ba3516c28 Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Mon, 25 Jul 2022 16:06:12 +0000 Subject: [PATCH] build: update angular shared dev-infra code to 6d9c069 --- .github/workflows/dev-infra.yml | 4 ++-- .github/workflows/lock-closed.yml | 2 +- package.json | 2 +- yarn.lock | 8 ++++---- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/dev-infra.yml b/.github/workflows/dev-infra.yml index 60a4d1eb7490..e7e2bf570212 100644 --- a/.github/workflows/dev-infra.yml +++ b/.github/workflows/dev-infra.yml @@ -12,13 +12,13 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2 - - uses: angular/dev-infra/github-actions/commit-message-based-labels@f896fed3ab4d8bd57e06e2b7ff15cf448624cdc8 + - uses: angular/dev-infra/github-actions/commit-message-based-labels@e5a5a4c9edf515bcafb9b72a90fe2ad3e811df1d with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} post_approval_changes: runs-on: ubuntu-latest steps: - uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2 - - uses: angular/dev-infra/github-actions/post-approval-changes@f896fed3ab4d8bd57e06e2b7ff15cf448624cdc8 + - uses: angular/dev-infra/github-actions/post-approval-changes@e5a5a4c9edf515bcafb9b72a90fe2ad3e811df1d with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/lock-closed.yml b/.github/workflows/lock-closed.yml index d4b185ef36d6..e18780b0fb3b 100644 --- a/.github/workflows/lock-closed.yml +++ b/.github/workflows/lock-closed.yml @@ -11,6 +11,6 @@ jobs: lock_closed: runs-on: ubuntu-latest steps: - - uses: angular/dev-infra/github-actions/lock-closed@f896fed3ab4d8bd57e06e2b7ff15cf448624cdc8 + - uses: angular/dev-infra/github-actions/lock-closed@e5a5a4c9edf515bcafb9b72a90fe2ad3e811df1d with: lock-bot-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }} diff --git a/package.json b/package.json index 227593f6ab0d..1dfe588a1af1 100644 --- a/package.json +++ b/package.json @@ -77,7 +77,7 @@ "@angular/bazel": "^14.0.1", "@angular/cli": "^14.0.1", "@angular/compiler-cli": "^14.0.1", - "@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#c1b330bfbd79adf076039c872b966cfef76c5781", + "@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#6d9c069f7ba8bedd07d376444d65472154026ce8", "@angular/localize": "^14.0.1", "@angular/platform-browser-dynamic": "^14.0.1", "@angular/platform-server": "^14.0.1", diff --git a/yarn.lock b/yarn.lock index 6bc1b8f621a4..6852d16d234d 100644 --- a/yarn.lock +++ b/yarn.lock @@ -327,10 +327,10 @@ dependencies: tslib "^2.3.0" -"@angular/dev-infra-private@https://github.com/angular/dev-infra-private-builds.git#c1b330bfbd79adf076039c872b966cfef76c5781": - version "0.0.0-f896fed3ab4d8bd57e06e2b7ff15cf448624cdc8" - uid c1b330bfbd79adf076039c872b966cfef76c5781 - resolved "https://github.com/angular/dev-infra-private-builds.git#c1b330bfbd79adf076039c872b966cfef76c5781" +"@angular/dev-infra-private@https://github.com/angular/dev-infra-private-builds.git#6d9c069f7ba8bedd07d376444d65472154026ce8": + version "0.0.0-e5a5a4c9edf515bcafb9b72a90fe2ad3e811df1d" + uid "6d9c069f7ba8bedd07d376444d65472154026ce8" + resolved "https://github.com/angular/dev-infra-private-builds.git#6d9c069f7ba8bedd07d376444d65472154026ce8" dependencies: "@angular-devkit/build-angular" "14.1.0-rc.3" "@angular/benchpress" "0.3.0"