Skip to content

Commit

Permalink
build: update angular shared dev-infra code (#24453)
Browse files Browse the repository at this point in the history
Co-authored-by: Renovate Bot <[email protected]>
(cherry picked from commit b510973)
  • Loading branch information
renovate[bot] authored and andrewseguin committed Feb 22, 2022
1 parent cbd4b0c commit db17484
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@a2476591d67d2e6e27deee0be707fa3223c0dacb
- uses: angular/dev-infra/github-actions/commit-message-based-labels@0bd2bee03a032325cada4c75f0a1388bb2661fb8
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@a2476591d67d2e6e27deee0be707fa3223c0dacb
- uses: angular/dev-infra/github-actions/feature-request@0bd2bee03a032325cada4c75f0a1388bb2661fb8
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@a2476591d67d2e6e27deee0be707fa3223c0dacb
- uses: angular/dev-infra/github-actions/lock-closed@0bd2bee03a032325cada4c75f0a1388bb2661fb8
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#98589d4fcc912bce9a89884cf7717ba9b0152bc1",
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#3dda1f7073b1fda030268f83f436370fe349b23f",
"@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 @@ -356,10 +356,10 @@
dependencies:
tslib "^2.3.0"

"@angular/dev-infra-private@https://github.com/angular/dev-infra-private-builds.git#98589d4fcc912bce9a89884cf7717ba9b0152bc1":
version "0.0.0-a2476591d67d2e6e27deee0be707fa3223c0dacb"
uid "98589d4fcc912bce9a89884cf7717ba9b0152bc1"
resolved "https://github.com/angular/dev-infra-private-builds.git#98589d4fcc912bce9a89884cf7717ba9b0152bc1"
"@angular/dev-infra-private@https://github.com/angular/dev-infra-private-builds.git#3dda1f7073b1fda030268f83f436370fe349b23f":
version "0.0.0-0bd2bee03a032325cada4c75f0a1388bb2661fb8"
uid "3dda1f7073b1fda030268f83f436370fe349b23f"
resolved "https://github.com/angular/dev-infra-private-builds.git#3dda1f7073b1fda030268f83f436370fe349b23f"
dependencies:
"@actions/core" "^1.4.0"
"@actions/github" "^5.0.0"
Expand Down

0 comments on commit db17484

Please sign in to comment.