Skip to content

Commit 7f59aee

Browse files
build: update angular shared dev-infra code to 01cccb2 (#24721)
Co-authored-by: Renovate Bot <[email protected]>
1 parent 26e6c1f commit 7f59aee

File tree

5 files changed

+617
-65
lines changed

5 files changed

+617
-65
lines changed

.github/workflows/dev-infra.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,6 @@ jobs:
99
runs-on: ubuntu-latest
1010
steps:
1111
- uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # renovate: tag=v2.0.0
12-
- uses: angular/dev-infra/github-actions/commit-message-based-labels@129a5ccbcc73d7ca960d8c166d7400bf2e94cd3d
12+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@4807c9f7b80d7a88cd045d88263c0aaf1296aeed
1313
with:
1414
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.github/workflows/feature-requests.yml

Lines changed: 1 addition & 1 deletion
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@129a5ccbcc73d7ca960d8c166d7400bf2e94cd3d
13+
- uses: angular/dev-infra/github-actions/feature-request@4807c9f7b80d7a88cd045d88263c0aaf1296aeed
1414
with:
1515
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

.github/workflows/lock-closed.yml

Lines changed: 1 addition & 1 deletion
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@129a5ccbcc73d7ca960d8c166d7400bf2e94cd3d
12+
- uses: angular/dev-infra/github-actions/lock-closed@4807c9f7b80d7a88cd045d88263c0aaf1296aeed
1313
with:
1414
lock-bot-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }}

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@
7474
"@angular/bazel": "14.0.0-next.9",
7575
"@angular/cli": "14.0.0-next.6",
7676
"@angular/compiler-cli": "14.0.0-next.9",
77-
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#3ff6a9e935cf0d1a8694e7f5842e5e538da64030",
77+
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#01cccb2276808b27ff7ce7d5010a1046fb1ac49c",
7878
"@angular/localize": "14.0.0-next.9",
7979
"@angular/platform-browser-dynamic": "14.0.0-next.9",
8080
"@angular/platform-server": "14.0.0-next.9",

0 commit comments

Comments
 (0)