Skip to content

Commit 73ebb0b

Browse files
renovate[bot]renovate-bot
authored andcommitted
build: update angular shared dev-infra code (#24450)
Co-authored-by: Renovate Bot <[email protected]> (cherry picked from commit 40f5249)
1 parent 7b6a422 commit 73ebb0b

File tree

5 files changed

+358
-221
lines changed

5 files changed

+358
-221
lines changed

.github/workflows/dev-infra.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@v2
12-
- uses: angular/dev-infra/github-actions/commit-message-based-labels@bf9a7738fa2662db196bc022f39c08c9417f3538
12+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@a2476591d67d2e6e27deee0be707fa3223c0dacb
1313
with:
1414
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.github/workflows/feature-requests.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ jobs:
1010
if: github.repository == 'angular/components'
1111
runs-on: ubuntu-latest
1212
steps:
13-
- uses: angular/dev-infra/github-actions/feature-request@bf9a7738fa2662db196bc022f39c08c9417f3538
13+
- uses: angular/dev-infra/github-actions/feature-request@a2476591d67d2e6e27deee0be707fa3223c0dacb
1414
with:
1515
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.github/workflows/lock-closed.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
lock_closed:
1010
runs-on: ubuntu-latest
1111
steps:
12-
- uses: angular/dev-infra/github-actions/lock-closed@bf9a7738fa2662db196bc022f39c08c9417f3538
12+
- uses: angular/dev-infra/github-actions/lock-closed@a2476591d67d2e6e27deee0be707fa3223c0dacb
1313
with:
1414
lock-bot-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }}

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@
7373
"@angular/bazel": "13.2.0",
7474
"@angular/cli": "13.2.0",
7575
"@angular/compiler-cli": "13.2.0",
76-
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#dc4d9e0b6665d27176c3d2a74a60679d79b51e62",
76+
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#98589d4fcc912bce9a89884cf7717ba9b0152bc1",
7777
"@angular/localize": "13.2.0",
7878
"@angular/platform-browser-dynamic": "13.2.0",
7979
"@angular/platform-server": "13.2.0",

0 commit comments

Comments
 (0)