Skip to content

Commit d7e4491

Browse files
build: update angular shared dev-infra code to 74954e7 (#24886)
Co-authored-by: Renovate Bot <[email protected]>
1 parent fca94a9 commit d7e4491

File tree

4 files changed

+148
-487
lines changed

4 files changed

+148
-487
lines changed

.github/workflows/dev-infra.yml

+1-1
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@01bb903d5186d054d73dd0676fa1292f80e92c9e
12+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@c9f0e5d07ac564896d99a4ca23b038f3e77cd20e
1313
with:
1414
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.github/workflows/lock-closed.yml

+1-1
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@01bb903d5186d054d73dd0676fa1292f80e92c9e
12+
- uses: angular/dev-infra/github-actions/lock-closed@c9f0e5d07ac564896d99a4ca23b038f3e77cd20e
1313
with:
1414
lock-bot-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"@angular/bazel": "14.0.0-rc.0",
7575
"@angular/cli": "14.0.0-rc.0",
7676
"@angular/compiler-cli": "14.0.0-rc.0",
77-
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#7d272df6d30e72427057a3a768cc1616fa1e2e1d",
77+
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#74954e77074a2a30dafbfa23bf93deea60ffef44",
7878
"@angular/localize": "14.0.0-rc.0",
7979
"@angular/platform-browser-dynamic": "14.0.0-rc.0",
8080
"@angular/platform-server": "14.0.0-rc.0",

0 commit comments

Comments
 (0)