Skip to content

build: update angular shared dev-infra code to a86aac0 #24767

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Apr 15, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2.0.0
- uses: angular/dev-infra/github-actions/commit-message-based-labels@44e81e16f235c8bdc846c854128a60987bd2ee38
- uses: angular/dev-infra/github-actions/commit-message-based-labels@c85d765c3408c85916cf084f8499549956037f99
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@44e81e16f235c8bdc846c854128a60987bd2ee38
- uses: angular/dev-infra/github-actions/feature-request@c85d765c3408c85916cf084f8499549956037f99
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@44e81e16f235c8bdc846c854128a60987bd2ee38
- uses: angular/dev-infra/github-actions/lock-closed@c85d765c3408c85916cf084f8499549956037f99
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 @@ -74,7 +74,7 @@
"@angular/bazel": "14.0.0-next.9",
"@angular/cli": "14.0.0-next.9",
"@angular/compiler-cli": "14.0.0-next.13",
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#4859d1eb3ae2e20646a16f271a39bc02965cbe00",
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#a86aac0319d2bfc0d24dc9d3139ad9267302286e",
"@angular/localize": "14.0.0-next.13",
"@angular/platform-browser-dynamic": "14.0.0-next.13",
"@angular/platform-server": "14.0.0-next.13",
Expand Down
Loading