Skip to content

Commit

Permalink
build: update angular shared dev-infra code to c1779b3
Browse files Browse the repository at this point in the history
  • Loading branch information
angular-robot committed Jun 28, 2022
1 parent 3f32722 commit 1fb593a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dev-infra.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,13 +12,13 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
- uses: angular/dev-infra/github-actions/commit-message-based-labels@04a5a7da803abd7c567b511d28b2ef1c2f7de1ae
- uses: angular/dev-infra/github-actions/commit-message-based-labels@b990829300b050df96f59319c087eb4aa76ef67d
with:
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}
post_approval_changes:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@2541b1294d2704b0964813337f33b291d3f8596b # tag=v3.0.2
- uses: angular/dev-infra/github-actions/post-approval-changes@04a5a7da803abd7c567b511d28b2ef1c2f7de1ae
- uses: angular/dev-infra/github-actions/post-approval-changes@b990829300b050df96f59319c087eb4aa76ef67d
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@04a5a7da803abd7c567b511d28b2ef1c2f7de1ae
- uses: angular/dev-infra/github-actions/lock-closed@b990829300b050df96f59319c087eb4aa76ef67d
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 @@ -76,7 +76,7 @@
"@angular/bazel": "^14.0.1",
"@angular/cli": "^14.0.1",
"@angular/compiler-cli": "^14.0.1",
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#f9ae51245a5db7d897721e8ffb66571d661fd979",
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#c1779b3a6111d5f2dfee1ecbb535e8b5ccbc5b67",
"@angular/localize": "^14.0.1",
"@angular/platform-browser-dynamic": "^14.0.1",
"@angular/platform-server": "^14.0.1",
Expand Down

0 comments on commit 1fb593a

Please sign in to comment.