Skip to content

Commit

Permalink
build: update angular shared dev-infra code to 67631cd (#25180)
Browse files Browse the repository at this point in the history
  • Loading branch information
angular-robot committed Jun 28, 2022
1 parent 64ce3b9 commit e3f1585
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 8 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev-infra.yml
Expand Up @@ -12,13 +12,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
- uses: angular/dev-infra/github-actions/commit-message-based-labels@04a5a7da803abd7c567b511d28b2ef1c2f7de1ae
- uses: angular/dev-infra/github-actions/commit-message-based-labels@f5e706a8bd255a86681369fabf0b8ebed4858b30
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
post_approval_changes:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
- uses: angular/dev-infra/github-actions/post-approval-changes@04a5a7da803abd7c567b511d28b2ef1c2f7de1ae
- uses: angular/dev-infra/github-actions/post-approval-changes@f5e706a8bd255a86681369fabf0b8ebed4858b30
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
2 changes: 1 addition & 1 deletion .github/workflows/lock-closed.yml
Expand Up @@ -9,6 +9,6 @@ jobs:
lock_closed:
runs-on: ubuntu-latest
steps:
- uses: angular/dev-infra/github-actions/lock-closed@04a5a7da803abd7c567b511d28b2ef1c2f7de1ae
- uses: angular/dev-infra/github-actions/lock-closed@f5e706a8bd255a86681369fabf0b8ebed4858b30
with:
lock-bot-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }}
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -76,7 +76,7 @@
"@angular/bazel": "^14.0.1",
"@angular/cli": "^14.0.1",
"@angular/compiler-cli": "^14.0.1",
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#f9ae51245a5db7d897721e8ffb66571d661fd979",
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#67631cd48a5d0cab942279b1205b0e2b1736ae56",
"@angular/localize": "^14.0.1",
"@angular/platform-browser-dynamic": "^14.0.1",
"@angular/platform-server": "^14.0.1",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Expand Up @@ -327,10 +327,10 @@
dependencies:
tslib "^2.3.0"

"@angular/dev-infra-private@https://github.com/angular/dev-infra-private-builds.git#f9ae51245a5db7d897721e8ffb66571d661fd979":
version "0.0.0-04a5a7da803abd7c567b511d28b2ef1c2f7de1ae"
uid f9ae51245a5db7d897721e8ffb66571d661fd979
resolved "https://github.com/angular/dev-infra-private-builds.git#f9ae51245a5db7d897721e8ffb66571d661fd979"
"@angular/dev-infra-private@https://github.com/angular/dev-infra-private-builds.git#67631cd48a5d0cab942279b1205b0e2b1736ae56":
version "0.0.0-f5e706a8bd255a86681369fabf0b8ebed4858b30"
uid "67631cd48a5d0cab942279b1205b0e2b1736ae56"
resolved "https://github.com/angular/dev-infra-private-builds.git#67631cd48a5d0cab942279b1205b0e2b1736ae56"
dependencies:
"@angular-devkit/build-angular" "14.1.0-next.2"
"@angular/benchpress" "0.3.0"
Expand Down

0 comments on commit e3f1585

Please sign in to comment.