Skip to content

Commit 3202cf3

Browse files
committed
build: update angular shared dev-infra code to a96fc0c
1 parent 65086c1 commit 3202cf3

File tree

4 files changed

+75
-628
lines changed

4 files changed

+75
-628
lines changed

.github/workflows/dev-infra.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,13 +12,13 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
15-
- uses: angular/dev-infra/github-actions/commit-message-based-labels@bf4bb09bb2d32015f71943371c7484cb845f8c33
15+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@db59d4951f9ec1ea6736a55fc99228340083ad19
1616
with:
1717
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
1818
post_approval_changes:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
22-
- uses: angular/dev-infra/github-actions/post-approval-changes@bf4bb09bb2d32015f71943371c7484cb845f8c33
22+
- uses: angular/dev-infra/github-actions/post-approval-changes@db59d4951f9ec1ea6736a55fc99228340083ad19
2323
with:
2424
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
@@ -11,6 +11,6 @@ jobs:
1111
lock_closed:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: angular/dev-infra/github-actions/lock-closed@bf4bb09bb2d32015f71943371c7484cb845f8c33
14+
- uses: angular/dev-infra/github-actions/lock-closed@db59d4951f9ec1ea6736a55fc99228340083ad19
1515
with:
1616
lock-bot-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }}

package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -73,11 +73,11 @@
7373
"@angular-devkit/core": "^15.0.0-next.0",
7474
"@angular-devkit/schematics": "^15.0.0-next.0",
7575
"@angular/bazel": "^15.0.0-next.0",
76-
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#6f2cb5cf1860e75368528cf2216798db6f94d937",
76+
"@angular/build-tooling": "https://github.com/angular/dev-infra-private-build-tooling-builds.git#a96fc0c88c55faf5314dd373ebe86b0f3a95c776",
7777
"@angular/cli": "^15.0.0-next.0",
7878
"@angular/compiler-cli": "^15.0.0-next.0",
7979
"@angular/localize": "^15.0.0-next.0",
80-
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#170605f156be18f179ad0024d386d4a7c05efa9a",
80+
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#73935ddb0fc3ede9b10db7a0780173fa1f82cd22",
8181
"@angular/platform-browser-dynamic": "^15.0.0-next.0",
8282
"@angular/platform-server": "^15.0.0-next.0",
8383
"@angular/router": "^15.0.0-next.0",

0 commit comments

Comments
 (0)