Skip to content

Commit

Permalink
build: update angular shared dev-infra code to cc061c7
Browse files Browse the repository at this point in the history
  • Loading branch information
angular-robot committed Jul 20, 2022
1 parent cf6b83e commit 3a45300
Show file tree
Hide file tree
Showing 4 changed files with 1,103 additions and 665 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev-infra.yml
Original file line number Diff line number Diff line change
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@b5e4e3227f855adf65529353b73669718bcb8a12
- uses: angular/dev-infra/github-actions/commit-message-based-labels@cd02891231926b56e403fa94849a6638899e98ce
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@b5e4e3227f855adf65529353b73669718bcb8a12
- uses: angular/dev-infra/github-actions/post-approval-changes@cd02891231926b56e403fa94849a6638899e98ce
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
2 changes: 1 addition & 1 deletion .github/workflows/lock-closed.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ jobs:
lock_closed:
runs-on: ubuntu-latest
steps:
- uses: angular/dev-infra/github-actions/lock-closed@b5e4e3227f855adf65529353b73669718bcb8a12
- uses: angular/dev-infra/github-actions/lock-closed@cd02891231926b56e403fa94849a6638899e98ce
with:
lock-bot-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }}
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,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#fed440324f82e9220f107c74c039210bd9c6ec19",
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#cc061c7d21af7d18cea0a6d60de490e3450f8fc9",
"@angular/localize": "^14.0.1",
"@angular/platform-browser-dynamic": "^14.0.1",
"@angular/platform-server": "^14.0.1",
Expand Down
Loading

0 comments on commit 3a45300

Please sign in to comment.