From 1fb593aab191320a4c11067f6de159af9f513bae Mon Sep 17 00:00:00 2001 From: Angular Robot Date: Tue, 28 Jun 2022 19:34:01 +0000 Subject: [PATCH] build: update angular shared dev-infra code to c1779b3 --- .github/workflows/dev-infra.yml | 4 ++-- .github/workflows/lock-closed.yml | 2 +- package.json | 2 +- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/dev-infra.yml b/.github/workflows/dev-infra.yml index 21817582d781..030011a8e43e 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@04a5a7da803abd7c567b511d28b2ef1c2f7de1ae + - uses: angular/dev-infra/github-actions/commit-message-based-labels@b990829300b050df96f59319c087eb4aa76ef67d 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@04a5a7da803abd7c567b511d28b2ef1c2f7de1ae + - uses: angular/dev-infra/github-actions/post-approval-changes@b990829300b050df96f59319c087eb4aa76ef67d with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/lock-closed.yml b/.github/workflows/lock-closed.yml index 56573096b73e..f446f99e21b0 100644 --- a/.github/workflows/lock-closed.yml +++ b/.github/workflows/lock-closed.yml @@ -9,6 +9,6 @@ jobs: lock_closed: runs-on: ubuntu-latest steps: - - uses: angular/dev-infra/github-actions/lock-closed@04a5a7da803abd7c567b511d28b2ef1c2f7de1ae + - uses: angular/dev-infra/github-actions/lock-closed@b990829300b050df96f59319c087eb4aa76ef67d with: lock-bot-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }} diff --git a/package.json b/package.json index 96f4d1687c20..cf6821125144 100644 --- a/package.json +++ b/package.json @@ -76,7 +76,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#f9ae51245a5db7d897721e8ffb66571d661fd979", + "@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#c1779b3a6111d5f2dfee1ecbb535e8b5ccbc5b67", "@angular/localize": "^14.0.1", "@angular/platform-browser-dynamic": "^14.0.1", "@angular/platform-server": "^14.0.1",