Skip to content

Commit

Permalink
build: update angular (angular#44221)
Browse files Browse the repository at this point in the history
PR Close angular#44221
  • Loading branch information
renovate-bot authored and thePunderWoman committed Nov 19, 2021
1 parent d8ae34a commit 53bdbc6
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@2232e53730cfa36ef3a7c12fbf14cfbe92fdaaeb
- uses: angular/dev-infra/github-actions/commit-message-based-labels@f0f363cb4ce5b5faf14e3d3bb7eeb7c7aee72da7
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/angular'
runs-on: ubuntu-latest
steps:
- uses: angular/dev-infra/github-actions/feature-request@2232e53730cfa36ef3a7c12fbf14cfbe92fdaaeb
- uses: angular/dev-infra/github-actions/feature-request@f0f363cb4ce5b5faf14e3d3bb7eeb7c7aee72da7
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 @@ -10,6 +10,6 @@ jobs:
if: github.repository == 'angular/angular'
runs-on: ubuntu-latest
steps:
- uses: angular/dev-infra/github-actions/lock-closed@2232e53730cfa36ef3a7c12fbf14cfbe92fdaaeb
- uses: angular/dev-infra/github-actions/lock-closed@f0f363cb4ce5b5faf14e3d3bb7eeb7c7aee72da7
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 @@ -161,7 +161,7 @@
},
"// 2": "devDependencies are not used under Bazel. Many can be removed after test.sh is deleted.",
"devDependencies": {
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#c30d51c5d2eb182c16a60e8365d0ed0f61719416",
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#c55a3937d45945489714273bfbbe9b803ceff89e",
"@bazel/bazelisk": "^1.7.5",
"@bazel/buildifier": "^4.0.1",
"@bazel/ibazel": "^0.15.8",
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -234,10 +234,10 @@
dependencies:
tslib "^2.0.0"

"@angular/dev-infra-private@https://github.com/angular/dev-infra-private-builds.git#c30d51c5d2eb182c16a60e8365d0ed0f61719416":
version "0.0.0-2232e53730cfa36ef3a7c12fbf14cfbe92fdaaeb"
uid c30d51c5d2eb182c16a60e8365d0ed0f61719416
resolved "https://github.com/angular/dev-infra-private-builds.git#c30d51c5d2eb182c16a60e8365d0ed0f61719416"
"@angular/dev-infra-private@https://github.com/angular/dev-infra-private-builds.git#c55a3937d45945489714273bfbbe9b803ceff89e":
version "0.0.0-f0f363cb4ce5b5faf14e3d3bb7eeb7c7aee72da7"
uid c55a3937d45945489714273bfbbe9b803ceff89e
resolved "https://github.com/angular/dev-infra-private-builds.git#c55a3937d45945489714273bfbbe9b803ceff89e"
dependencies:
"@actions/core" "^1.4.0"
"@actions/github" "^5.0.0"
Expand Down

0 comments on commit 53bdbc6

Please sign in to comment.