Skip to content

Commit 632605f

Browse files
committed
build: update angular shared dev-infra code
1 parent 2575b00 commit 632605f

File tree

4 files changed

+7
-6
lines changed

4 files changed

+7
-6
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@8298e121c51960857ef39abc16b743775ff6be68
12+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@b01087855d7d84f257a5ea76b68269e5e1582ed1
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@8298e121c51960857ef39abc16b743775ff6be68
12+
- uses: angular/dev-infra/github-actions/lock-closed@b01087855d7d84f257a5ea76b68269e5e1582ed1
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-rc.1",
7575
"@angular/cli": "13.2.0-rc.1",
7676
"@angular/compiler-cli": "13.2.0-rc.1",
77-
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#2b0196f6ebf6de2e62836e962b9f42007e6cf5d6",
77+
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#e76f915a7bdaac94b7316679f9e7a1f02386f48d",
7878
"@angular/localize": "13.2.0-rc.1",
7979
"@angular/platform-browser-dynamic": "13.2.0-rc.1",
8080
"@angular/platform-server": "13.2.0-rc.1",

yarn.lock

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -350,9 +350,10 @@
350350
dependencies:
351351
tslib "^2.0.0"
352352

353-
"@angular/dev-infra-private@https://github.com/angular/dev-infra-private-builds.git#2b0196f6ebf6de2e62836e962b9f42007e6cf5d6":
354-
version "0.0.0-8298e121c51960857ef39abc16b743775ff6be68"
355-
resolved "https://github.com/angular/dev-infra-private-builds.git#2b0196f6ebf6de2e62836e962b9f42007e6cf5d6"
353+
"@angular/dev-infra-private@https://github.com/angular/dev-infra-private-builds.git#e76f915a7bdaac94b7316679f9e7a1f02386f48d":
354+
version "0.0.0-b01087855d7d84f257a5ea76b68269e5e1582ed1"
355+
uid e76f915a7bdaac94b7316679f9e7a1f02386f48d
356+
resolved "https://github.com/angular/dev-infra-private-builds.git#e76f915a7bdaac94b7316679f9e7a1f02386f48d"
356357
dependencies:
357358
"@actions/core" "^1.4.0"
358359
"@actions/github" "^5.0.0"

0 commit comments

Comments
 (0)