diff --git a/.github/workflows/dev-infra.yml b/.github/workflows/dev-infra.yml index d20e7b0b548c..21817582d781 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@c713d4a7449b499c0ac31a9941095a7319b15441 + - uses: angular/dev-infra/github-actions/commit-message-based-labels@04a5a7da803abd7c567b511d28b2ef1c2f7de1ae 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@c713d4a7449b499c0ac31a9941095a7319b15441 + - uses: angular/dev-infra/github-actions/post-approval-changes@04a5a7da803abd7c567b511d28b2ef1c2f7de1ae with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/lock-closed.yml b/.github/workflows/lock-closed.yml index 61313fa200a1..56573096b73e 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@c713d4a7449b499c0ac31a9941095a7319b15441 + - uses: angular/dev-infra/github-actions/lock-closed@04a5a7da803abd7c567b511d28b2ef1c2f7de1ae with: lock-bot-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }} diff --git a/package.json b/package.json index e1d8def3669c..318e80a3afc0 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#d0d8a03a8622ed62be6236776832d55a394b6d7d", + "@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#f9ae51245a5db7d897721e8ffb66571d661fd979", "@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 9768ccb723e5..511af677fc15 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#d0d8a03a8622ed62be6236776832d55a394b6d7d": - version "0.0.0-c713d4a7449b499c0ac31a9941095a7319b15441" - uid d0d8a03a8622ed62be6236776832d55a394b6d7d - resolved "https://github.com/angular/dev-infra-private-builds.git#d0d8a03a8622ed62be6236776832d55a394b6d7d" +"@angular/dev-infra-private@https://github.com/angular/dev-infra-private-builds.git#f9ae51245a5db7d897721e8ffb66571d661fd979": + version "0.0.0-04a5a7da803abd7c567b511d28b2ef1c2f7de1ae" + uid f9ae51245a5db7d897721e8ffb66571d661fd979 + resolved "https://github.com/angular/dev-infra-private-builds.git#f9ae51245a5db7d897721e8ffb66571d661fd979" dependencies: "@angular-devkit/build-angular" "14.1.0-next.2" "@angular/benchpress" "0.3.0"