Skip to content

Commit fb09cf1

Browse files
build: update angular shared dev-infra code to f2ca0a5 (#25119)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 00f743e commit fb09cf1

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@91c9200c31977ecb179172cb67d288dc0ba390f3
15+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@04a54cdfa050a7b6ed1dab8f0054f85022827ed5
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@91c9200c31977ecb179172cb67d288dc0ba390f3
22+
- uses: angular/dev-infra/github-actions/post-approval-changes@04a54cdfa050a7b6ed1dab8f0054f85022827ed5
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@91c9200c31977ecb179172cb67d288dc0ba390f3
12+
- uses: angular/dev-infra/github-actions/lock-closed@04a54cdfa050a7b6ed1dab8f0054f85022827ed5
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
@@ -76,7 +76,7 @@
7676
"@angular/bazel": "^14.0.1",
7777
"@angular/cli": "^14.0.1",
7878
"@angular/compiler-cli": "^14.0.1",
79-
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#e45a0b6acea3bd1801fc41f3c682ddc9005f8e84",
79+
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#f2ca0a57e8ede868dc51c3b80a0d3ca56d5fdf65",
8080
"@angular/localize": "^14.0.1",
8181
"@angular/platform-browser-dynamic": "^14.0.1",
8282
"@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#e45a0b6acea3bd1801fc41f3c682ddc9005f8e84":
331-
version "0.0.0-91c9200c31977ecb179172cb67d288dc0ba390f3"
332-
uid e45a0b6acea3bd1801fc41f3c682ddc9005f8e84
333-
resolved "https://github.com/angular/dev-infra-private-builds.git#e45a0b6acea3bd1801fc41f3c682ddc9005f8e84"
330+
"@angular/dev-infra-private@https://github.com/angular/dev-infra-private-builds.git#f2ca0a57e8ede868dc51c3b80a0d3ca56d5fdf65":
331+
version "0.0.0-04a54cdfa050a7b6ed1dab8f0054f85022827ed5"
332+
uid f2ca0a57e8ede868dc51c3b80a0d3ca56d5fdf65
333+
resolved "https://github.com/angular/dev-infra-private-builds.git#f2ca0a57e8ede868dc51c3b80a0d3ca56d5fdf65"
334334
dependencies:
335335
"@angular-devkit/build-angular" "14.1.0-next.1"
336336
"@angular/benchpress" "0.3.0"

0 commit comments

Comments
 (0)