Skip to content

Commit 6f9c996

Browse files
renovate-botdevversion
authored andcommitted
build: update angular shared dev-infra code to 4149a6b
1 parent 6266270 commit 6f9c996

File tree

4 files changed

+224
-25
lines changed

4 files changed

+224
-25
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@c9d0bf5e5facaf816f0af90547728fb8752ef97e
12+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@303acfd7f5ae3118193047f604d821f3604a0512
1313
with:
1414
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@c9d0bf5e5facaf816f0af90547728fb8752ef97e
12+
- uses: angular/dev-infra/github-actions/lock-closed@303acfd7f5ae3118193047f604d821f3604a0512
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.14",
7575
"@angular/cli": "14.0.0-next.11",
7676
"@angular/compiler-cli": "14.0.0-next.14",
77-
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#4b4f4e4269a93c14f511c087bb14cdbc58a5ca70",
77+
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#4149a6bb4dd87882532f0bab753e877b61a7cb50",
7878
"@angular/localize": "14.0.0-next.14",
7979
"@angular/platform-browser-dynamic": "14.0.0-next.14",
8080
"@angular/platform-server": "14.0.0-next.14",

0 commit comments

Comments
 (0)