Skip to content

Commit

Permalink
build: update angular shared dev-infra code (angular#24365)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <bot@renovateapp.com>
  • Loading branch information
2 people authored and forsti0506 committed Apr 3, 2022
1 parent 712d7a3 commit 4f5fa57
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 8 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@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

0 comments on commit 4f5fa57

Please sign in to comment.