Skip to content
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

build: update angular shared dev-infra code #24365

Merged
merged 1 commit into from
Feb 7, 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@v2
- uses: angular/dev-infra/github-actions/commit-message-based-labels@a90f807bd664e27f8109069e31959cb2f780179d
- uses: angular/dev-infra/github-actions/commit-message-based-labels@366b75358638462665784668cb763f3721ee8cc8
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@a90f807bd664e27f8109069e31959cb2f780179d
- uses: angular/dev-infra/github-actions/feature-request@366b75358638462665784668cb763f3721ee8cc8
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@a90f807bd664e27f8109069e31959cb2f780179d
- uses: angular/dev-infra/github-actions/lock-closed@366b75358638462665784668cb763f3721ee8cc8
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#afcc2494c45a63660cb560ee96179969610435db",
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#53288ecf017db68dae5f3c3c5d7f083cb3cead66",
"@angular/localize": "13.2.0",
"@angular/platform-browser-dynamic": "13.2.0",
"@angular/platform-server": "13.2.0",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -365,10 +365,10 @@
dependencies:
tslib "^2.3.0"

"@angular/dev-infra-private@https://github.com/angular/dev-infra-private-builds.git#afcc2494c45a63660cb560ee96179969610435db":
version "0.0.0-a90f807bd664e27f8109069e31959cb2f780179d"
uid afcc2494c45a63660cb560ee96179969610435db
resolved "https://github.com/angular/dev-infra-private-builds.git#afcc2494c45a63660cb560ee96179969610435db"
"@angular/dev-infra-private@https://github.com/angular/dev-infra-private-builds.git#53288ecf017db68dae5f3c3c5d7f083cb3cead66":
version "0.0.0-366b75358638462665784668cb763f3721ee8cc8"
uid "53288ecf017db68dae5f3c3c5d7f083cb3cead66"
resolved "https://github.com/angular/dev-infra-private-builds.git#53288ecf017db68dae5f3c3c5d7f083cb3cead66"
dependencies:
"@actions/core" "^1.4.0"
"@actions/github" "^5.0.0"
Expand Down