diff --git a/.github/workflows/dev-infra.yml b/.github/workflows/dev-infra.yml index 0cb2032b8556..4ee61c9f08a3 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@a90f807bd664e27f8109069e31959cb2f780179d + - uses: angular/dev-infra/github-actions/commit-message-based-labels@366b75358638462665784668cb763f3721ee8cc8 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/feature-requests.yml b/.github/workflows/feature-requests.yml index 05cc1a40620e..493e12ca09b3 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@a90f807bd664e27f8109069e31959cb2f780179d + - uses: angular/dev-infra/github-actions/feature-request@366b75358638462665784668cb763f3721ee8cc8 with: angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }} diff --git a/.github/workflows/lock-closed.yml b/.github/workflows/lock-closed.yml index 3409bab01cbd..8326aba9bb86 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@a90f807bd664e27f8109069e31959cb2f780179d + - uses: angular/dev-infra/github-actions/lock-closed@366b75358638462665784668cb763f3721ee8cc8 with: lock-bot-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }} diff --git a/package.json b/package.json index c31af10d3643..587d24acf034 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#afcc2494c45a63660cb560ee96179969610435db", + "@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#53288ecf017db68dae5f3c3c5d7f083cb3cead66", "@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 c2ac15e73c13..156234b5123c 100644 --- a/yarn.lock +++ b/yarn.lock @@ -365,10 +365,10 @@ dependencies: tslib "^2.3.0" -"@angular/dev-infra-private@https://github.com/angular/dev-infra-private-builds.git#afcc2494c45a63660cb560ee96179969610435db": - version "0.0.0-a90f807bd664e27f8109069e31959cb2f780179d" - uid afcc2494c45a63660cb560ee96179969610435db - resolved "https://github.com/angular/dev-infra-private-builds.git#afcc2494c45a63660cb560ee96179969610435db" +"@angular/dev-infra-private@https://github.com/angular/dev-infra-private-builds.git#53288ecf017db68dae5f3c3c5d7f083cb3cead66": + version "0.0.0-366b75358638462665784668cb763f3721ee8cc8" + uid "53288ecf017db68dae5f3c3c5d7f083cb3cead66" + resolved "https://github.com/angular/dev-infra-private-builds.git#53288ecf017db68dae5f3c3c5d7f083cb3cead66" dependencies: "@actions/core" "^1.4.0" "@actions/github" "^5.0.0"