Skip to content

Commit

Permalink
build: update angular shared dev-infra code (#24450)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
(cherry picked from commit 40f5249)
  • Loading branch information
renovate[bot] authored and andrewseguin committed Feb 19, 2022
1 parent 7b6a422 commit 73ebb0b
Show file tree
Hide file tree
Showing 5 changed files with 358 additions and 221 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/dev-infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: angular/dev-infra/github-actions/commit-message-based-labels@bf9a7738fa2662db196bc022f39c08c9417f3538
- uses: angular/dev-infra/github-actions/commit-message-based-labels@a2476591d67d2e6e27deee0be707fa3223c0dacb
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
2 changes: 1 addition & 1 deletion .github/workflows/feature-requests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,6 @@ jobs:
if: github.repository == 'angular/components'
runs-on: ubuntu-latest
steps:
- uses: angular/dev-infra/github-actions/feature-request@bf9a7738fa2662db196bc022f39c08c9417f3538
- uses: angular/dev-infra/github-actions/feature-request@a2476591d67d2e6e27deee0be707fa3223c0dacb
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 @@ -9,6 +9,6 @@ jobs:
lock_closed:
runs-on: ubuntu-latest
steps:
- uses: angular/dev-infra/github-actions/lock-closed@bf9a7738fa2662db196bc022f39c08c9417f3538
- uses: angular/dev-infra/github-actions/lock-closed@a2476591d67d2e6e27deee0be707fa3223c0dacb
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 @@ -73,7 +73,7 @@
"@angular/bazel": "13.2.0",
"@angular/cli": "13.2.0",
"@angular/compiler-cli": "13.2.0",
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#dc4d9e0b6665d27176c3d2a74a60679d79b51e62",
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#98589d4fcc912bce9a89884cf7717ba9b0152bc1",
"@angular/localize": "13.2.0",
"@angular/platform-browser-dynamic": "13.2.0",
"@angular/platform-server": "13.2.0",
Expand Down
Loading

0 comments on commit 73ebb0b

Please sign in to comment.