Skip to content

Commit 73ff980

Browse files
renovate-botdevversion
authored andcommitted
build: update angular shared dev-infra code to 0026dda
1 parent 2f9a59a commit 73ff980

File tree

4 files changed

+7
-7
lines changed

4 files changed

+7
-7
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@303acfd7f5ae3118193047f604d821f3604a0512
12+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@93fef044b38a3818d292be5bad0817ca6578f3e5
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@303acfd7f5ae3118193047f604d821f3604a0512
12+
- uses: angular/dev-infra/github-actions/lock-closed@93fef044b38a3818d292be5bad0817ca6578f3e5
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#4149a6bb4dd87882532f0bab753e877b61a7cb50",
77+
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#0026ddaac15d7717152c8e113b9f7e1a7075ee82",
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",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -319,10 +319,10 @@
319319
dependencies:
320320
tslib "^2.3.0"
321321

322-
"@angular/dev-infra-private@https://github.com/angular/dev-infra-private-builds.git#4149a6bb4dd87882532f0bab753e877b61a7cb50":
323-
version "0.0.0-303acfd7f5ae3118193047f604d821f3604a0512"
324-
uid "4149a6bb4dd87882532f0bab753e877b61a7cb50"
325-
resolved "https://github.com/angular/dev-infra-private-builds.git#4149a6bb4dd87882532f0bab753e877b61a7cb50"
322+
"@angular/dev-infra-private@https://github.com/angular/dev-infra-private-builds.git#0026ddaac15d7717152c8e113b9f7e1a7075ee82":
323+
version "0.0.0-93fef044b38a3818d292be5bad0817ca6578f3e5"
324+
uid "0026ddaac15d7717152c8e113b9f7e1a7075ee82"
325+
resolved "https://github.com/angular/dev-infra-private-builds.git#0026ddaac15d7717152c8e113b9f7e1a7075ee82"
326326
dependencies:
327327
"@angular-devkit/build-angular" "14.0.0-next.12"
328328
"@angular/benchpress" "0.3.0"

0 commit comments

Comments
 (0)