Skip to content

Commit 8a1d881

Browse files
committed
build: update angular shared dev-infra code to 99022d7
1 parent cd1784b commit 8a1d881

File tree

4 files changed

+8
-8
lines changed

4 files changed

+8
-8
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@f896fed3ab4d8bd57e06e2b7ff15cf448624cdc8
15+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@ca466a18f7549e66cf6de5c6439f4fe97e8169c2
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@f896fed3ab4d8bd57e06e2b7ff15cf448624cdc8
22+
- uses: angular/dev-infra/github-actions/post-approval-changes@ca466a18f7549e66cf6de5c6439f4fe97e8169c2
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@f896fed3ab4d8bd57e06e2b7ff15cf448624cdc8
14+
- uses: angular/dev-infra/github-actions/lock-closed@ca466a18f7549e66cf6de5c6439f4fe97e8169c2
1515
with:
1616
lock-bot-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
"@angular/bazel": "^14.0.1",
7878
"@angular/cli": "^14.0.1",
7979
"@angular/compiler-cli": "^14.0.1",
80-
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#c1b330bfbd79adf076039c872b966cfef76c5781",
80+
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#99022d77409aa890440e54c80bfc977c067bcc86",
8181
"@angular/localize": "^14.0.1",
8282
"@angular/platform-browser-dynamic": "^14.0.1",
8383
"@angular/platform-server": "^14.0.1",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -327,10 +327,10 @@
327327
dependencies:
328328
tslib "^2.3.0"
329329

330-
"@angular/dev-infra-private@https://github.com/angular/dev-infra-private-builds.git#c1b330bfbd79adf076039c872b966cfef76c5781":
331-
version "0.0.0-f896fed3ab4d8bd57e06e2b7ff15cf448624cdc8"
332-
uid c1b330bfbd79adf076039c872b966cfef76c5781
333-
resolved "https://github.com/angular/dev-infra-private-builds.git#c1b330bfbd79adf076039c872b966cfef76c5781"
330+
"@angular/dev-infra-private@https://github.com/angular/dev-infra-private-builds.git#99022d77409aa890440e54c80bfc977c067bcc86":
331+
version "0.0.0-ca466a18f7549e66cf6de5c6439f4fe97e8169c2"
332+
uid "99022d77409aa890440e54c80bfc977c067bcc86"
333+
resolved "https://github.com/angular/dev-infra-private-builds.git#99022d77409aa890440e54c80bfc977c067bcc86"
334334
dependencies:
335335
"@angular-devkit/build-angular" "14.1.0-rc.3"
336336
"@angular/benchpress" "0.3.0"

0 commit comments

Comments
 (0)