From db17484e4f00b81963da70b6578c6f94e070a78b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 22 Feb 2022 11:20:25 -0700 Subject: [PATCH] build: update angular shared dev-infra code (#24453) Co-authored-by: Renovate Bot (cherry picked from commit b5109739e634bc247fabae81ea0b65d0c6f5d681) --- .github/workflows/dev-infra.yml | 2 +- .github/workflows/feature-requests.yml | 2 +- .github/workflows/lock-closed.yml | 2 +- package.json | 2 +- yarn.lock | 8 ++++---- 5 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/dev-infra.yml b/.github/workflows/dev-infra.yml index c647a351365f..f0f07fd66936 100644 --- a/.github/workflows/dev-infra.yml +++ b/.github/workflows/dev-infra.yml @@ -9,6 +9,6 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: angular/dev-infra/github-actions/commit-message-based-labels@a2476591d67d2e6e27deee0be707fa3223c0dacb + - uses: angular/dev-infra/github-actions/commit-message-based-labels@0bd2bee03a032325cada4c75f0a1388bb2661fb8 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/feature-requests.yml b/.github/workflows/feature-requests.yml index 3dd9475e0cda..329245c0da05 100644 --- a/.github/workflows/feature-requests.yml +++ b/.github/workflows/feature-requests.yml @@ -10,6 +10,6 @@ jobs: if: github.repository == 'angular/components' runs-on: ubuntu-latest steps: - - uses: angular/dev-infra/github-actions/feature-request@a2476591d67d2e6e27deee0be707fa3223c0dacb + - uses: angular/dev-infra/github-actions/feature-request@0bd2bee03a032325cada4c75f0a1388bb2661fb8 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/lock-closed.yml b/.github/workflows/lock-closed.yml index ce28bc23db68..025e950a3d3e 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@a2476591d67d2e6e27deee0be707fa3223c0dacb + - uses: angular/dev-infra/github-actions/lock-closed@0bd2bee03a032325cada4c75f0a1388bb2661fb8 with: lock-bot-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }} diff --git a/package.json b/package.json index 7d01ae4943ca..51851f9342c8 100644 --- a/package.json +++ b/package.json @@ -73,7 +73,7 @@ "@angular/bazel": "13.2.0", "@angular/cli": "13.2.0", "@angular/compiler-cli": "13.2.0", - "@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#98589d4fcc912bce9a89884cf7717ba9b0152bc1", + "@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#3dda1f7073b1fda030268f83f436370fe349b23f", "@angular/localize": "13.2.0", "@angular/platform-browser-dynamic": "13.2.0", "@angular/platform-server": "13.2.0", diff --git a/yarn.lock b/yarn.lock index 42342ad11b92..5288f3417af8 100644 --- a/yarn.lock +++ b/yarn.lock @@ -356,10 +356,10 @@ dependencies: tslib "^2.3.0" -"@angular/dev-infra-private@https://github.com/angular/dev-infra-private-builds.git#98589d4fcc912bce9a89884cf7717ba9b0152bc1": - version "0.0.0-a2476591d67d2e6e27deee0be707fa3223c0dacb" - uid "98589d4fcc912bce9a89884cf7717ba9b0152bc1" - resolved "https://github.com/angular/dev-infra-private-builds.git#98589d4fcc912bce9a89884cf7717ba9b0152bc1" +"@angular/dev-infra-private@https://github.com/angular/dev-infra-private-builds.git#3dda1f7073b1fda030268f83f436370fe349b23f": + version "0.0.0-0bd2bee03a032325cada4c75f0a1388bb2661fb8" + uid "3dda1f7073b1fda030268f83f436370fe349b23f" + resolved "https://github.com/angular/dev-infra-private-builds.git#3dda1f7073b1fda030268f83f436370fe349b23f" dependencies: "@actions/core" "^1.4.0" "@actions/github" "^5.0.0"