Skip to content
This repository was archived by the owner on Nov 22, 2024. It is now read-only.

Commit c617ecd

Browse files
angular-robotalan-agius4
authored andcommitted
build: update angular to 6af9f6c
1 parent b8bc6c2 commit c617ecd

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
lines changed

.github/workflows/dev-infra.yml

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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@
4646
"@angular/compiler": "14.1.0-next.4",
4747
"@angular/compiler-cli": "14.1.0-next.4",
4848
"@angular/core": "14.1.0-next.4",
49-
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#e67f79454c0a4bacc6814332a3d6529f7c88cf42",
49+
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#6af9f6c06ccc79b930059fdf2b81a114424a765c",
5050
"@angular/platform-browser": "14.1.0-next.4",
5151
"@angular/platform-browser-dynamic": "14.1.0-next.4",
5252
"@angular/platform-server": "14.1.0-next.4",

yarn.lock

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -213,9 +213,9 @@
213213
dependencies:
214214
tslib "^2.3.0"
215215

216-
"@angular/dev-infra-private@https://github.com/angular/dev-infra-private-builds.git#e67f79454c0a4bacc6814332a3d6529f7c88cf42":
217-
version "0.0.0-8ef8d154583700e810fced47a085a15e2fbb447d"
218-
resolved "https://github.com/angular/dev-infra-private-builds.git#e67f79454c0a4bacc6814332a3d6529f7c88cf42"
216+
"@angular/dev-infra-private@https://github.com/angular/dev-infra-private-builds.git#6af9f6c06ccc79b930059fdf2b81a114424a765c":
217+
version "0.0.0-0268158ec3bcce2bba0b02d263965383b60b18a3"
218+
resolved "https://github.com/angular/dev-infra-private-builds.git#6af9f6c06ccc79b930059fdf2b81a114424a765c"
219219
dependencies:
220220
"@angular-devkit/build-angular" "14.1.0-next.4"
221221
"@angular/benchpress" "0.3.0"

0 commit comments

Comments
 (0)