Skip to content

Commit e1bc316

Browse files
committed
build: update angular shared dev-infra code to 6dc6349
1 parent 1256c6c commit e1bc316

File tree

4 files changed

+1029
-108
lines changed

4 files changed

+1029
-108
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@91ba217766e28a53c469d5ca43a76e37af64e3f1
15+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@68a28a08cca3bba8443f54e0f518a910f5b35762
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@91ba217766e28a53c469d5ca43a76e37af64e3f1
22+
- uses: angular/dev-infra/github-actions/post-approval-changes@68a28a08cca3bba8443f54e0f518a910f5b35762
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
@@ -9,6 +9,6 @@ jobs:
99
lock_closed:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: angular/dev-infra/github-actions/lock-closed@91ba217766e28a53c469d5ca43a76e37af64e3f1
12+
- uses: angular/dev-infra/github-actions/lock-closed@68a28a08cca3bba8443f54e0f518a910f5b35762
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.1",
7575
"@angular/cli": "^14.0.1",
7676
"@angular/compiler-cli": "^14.0.1",
77-
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#e45a962f80dbcd36bcdfe82497d8b6ce3990506c",
77+
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#6dc634970117c9848bec5b5acdb77124e7f7cd80",
7878
"@angular/localize": "^14.0.1",
7979
"@angular/platform-browser-dynamic": "^14.0.1",
8080
"@angular/platform-server": "^14.0.1",

0 commit comments

Comments
 (0)