Skip to content

Commit eef2384

Browse files
committed
build: update angular shared dev-infra code to aaf77f2
1 parent 3889165 commit eef2384

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

.github/workflows/dev-infra.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2.0.0
12-
- uses: angular/dev-infra/github-actions/commit-message-based-labels@8a7e038d773fbae483d5366d7f27bd403f072665
12+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@0469835fb01368a5d98b8cd70acdf48cca488f1f
1313
with:
1414
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.github/workflows/feature-requests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
if: github.repository == 'angular/components'
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: angular/dev-infra/github-actions/feature-request@8a7e038d773fbae483d5366d7f27bd403f072665
13+
- uses: angular/dev-infra/github-actions/feature-request@0469835fb01368a5d98b8cd70acdf48cca488f1f
1414
with:
1515
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.github/workflows/lock-closed.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
lock_closed:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: angular/dev-infra/github-actions/lock-closed@8a7e038d773fbae483d5366d7f27bd403f072665
12+
- uses: angular/dev-infra/github-actions/lock-closed@0469835fb01368a5d98b8cd70acdf48cca488f1f
1313
with:
1414
lock-bot-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"@angular/bazel": "14.0.0-next.9",
7575
"@angular/cli": "14.0.0-next.9",
7676
"@angular/compiler-cli": "14.0.0-next.13",
77-
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#94108cd31fae6c341fdce4394c9a050f134b25fa",
77+
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#aaf77f24c00b6de6d8cf11e14f3a4f22cd40eca0",
7878
"@angular/localize": "14.0.0-next.13",
7979
"@angular/platform-browser-dynamic": "14.0.0-next.13",
8080
"@angular/platform-server": "14.0.0-next.13",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -223,10 +223,10 @@
223223
dependencies:
224224
tslib "^2.3.0"
225225

226-
"@angular/dev-infra-private@https://github.com/angular/dev-infra-private-builds.git#94108cd31fae6c341fdce4394c9a050f134b25fa":
227-
version "0.0.0-8a7e038d773fbae483d5366d7f27bd403f072665"
228-
uid "94108cd31fae6c341fdce4394c9a050f134b25fa"
229-
resolved "https://github.com/angular/dev-infra-private-builds.git#94108cd31fae6c341fdce4394c9a050f134b25fa"
226+
"@angular/dev-infra-private@https://github.com/angular/dev-infra-private-builds.git#aaf77f24c00b6de6d8cf11e14f3a4f22cd40eca0":
227+
version "0.0.0-0469835fb01368a5d98b8cd70acdf48cca488f1f"
228+
uid aaf77f24c00b6de6d8cf11e14f3a4f22cd40eca0
229+
resolved "https://github.com/angular/dev-infra-private-builds.git#aaf77f24c00b6de6d8cf11e14f3a4f22cd40eca0"
230230
dependencies:
231231
"@angular-devkit/build-angular" "14.0.0-next.9"
232232
"@angular/benchpress" "0.3.0"

0 commit comments

Comments
 (0)