Skip to content

Commit b8150d7

Browse files
committed
build: update angular shared dev-infra code
1 parent aae62d1 commit b8150d7

File tree

4 files changed

+877
-201
lines changed

4 files changed

+877
-201
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@v2
12-
- uses: angular/dev-infra/github-actions/commit-message-based-labels@f0f363cb4ce5b5faf14e3d3bb7eeb7c7aee72da7
12+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@16e0815e585c80b5684bd921fd27cf86fb01e524
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@f0f363cb4ce5b5faf14e3d3bb7eeb7c7aee72da7
12+
- uses: angular/dev-infra/github-actions/lock-closed@16e0815e585c80b5684bd921fd27cf86fb01e524
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": "^13.2.0-next.2",
7575
"@angular/cli": "^13.2.0-next.1",
7676
"@angular/compiler-cli": "^13.2.0-next.2",
77-
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#c55a3937d45945489714273bfbbe9b803ceff89e",
77+
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#08e1aedf20f812fd7371b265321fb7872fd3e981",
7878
"@angular/localize": "^13.2.0-next.2",
7979
"@angular/platform-browser-dynamic": "^13.2.0-next.2",
8080
"@angular/platform-server": "^13.2.0-next.2",

0 commit comments

Comments
 (0)