Skip to content

Commit

Permalink
build: update angular shared dev-infra code
Browse files Browse the repository at this point in the history
(cherry picked from commit 37379db)
  • Loading branch information
renovate-bot authored and wagnermaciel committed Feb 16, 2022
1 parent 601ab25 commit 4385603
Show file tree
Hide file tree
Showing 5 changed files with 227 additions and 218 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@366b75358638462665784668cb763f3721ee8cc8
- uses: angular/dev-infra/github-actions/commit-message-based-labels@a3ad969facdad942bbb0a6a75100fe25f9243b26
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@366b75358638462665784668cb763f3721ee8cc8
- uses: angular/dev-infra/github-actions/feature-request@a3ad969facdad942bbb0a6a75100fe25f9243b26
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@366b75358638462665784668cb763f3721ee8cc8
- uses: angular/dev-infra/github-actions/lock-closed@a3ad969facdad942bbb0a6a75100fe25f9243b26
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#53288ecf017db68dae5f3c3c5d7f083cb3cead66",
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#a76bd7a592cd6be1498a1bce0eb86b8aa8ee89dc",
"@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 4385603

Please sign in to comment.