Skip to content

Commit db17484

Browse files
renovate[bot]andrewseguin
authored andcommitted
build: update angular shared dev-infra code (#24453)
Co-authored-by: Renovate Bot <[email protected]> (cherry picked from commit b510973)
1 parent cbd4b0c commit db17484

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

Diff for: .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@a2476591d67d2e6e27deee0be707fa3223c0dacb
12+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@0bd2bee03a032325cada4c75f0a1388bb2661fb8
1313
with:
1414
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

Diff for: .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@a2476591d67d2e6e27deee0be707fa3223c0dacb
13+
- uses: angular/dev-infra/github-actions/feature-request@0bd2bee03a032325cada4c75f0a1388bb2661fb8
1414
with:
1515
angular-robot-key: ${{ secrets.ANGULAR_ROBOT_PRIVATE_KEY }}

Diff for: .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@a2476591d67d2e6e27deee0be707fa3223c0dacb
12+
- uses: angular/dev-infra/github-actions/lock-closed@0bd2bee03a032325cada4c75f0a1388bb2661fb8
1313
with:
1414
lock-bot-key: ${{ secrets.LOCK_BOT_PRIVATE_KEY }}

Diff for: 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#98589d4fcc912bce9a89884cf7717ba9b0152bc1",
76+
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#3dda1f7073b1fda030268f83f436370fe349b23f",
7777
"@angular/localize": "13.2.0",
7878
"@angular/platform-browser-dynamic": "13.2.0",
7979
"@angular/platform-server": "13.2.0",

Diff for: yarn.lock

+4-4
Original file line numberDiff line numberDiff line change
@@ -356,10 +356,10 @@
356356
dependencies:
357357
tslib "^2.3.0"
358358

359-
"@angular/dev-infra-private@https://github.com/angular/dev-infra-private-builds.git#98589d4fcc912bce9a89884cf7717ba9b0152bc1":
360-
version "0.0.0-a2476591d67d2e6e27deee0be707fa3223c0dacb"
361-
uid "98589d4fcc912bce9a89884cf7717ba9b0152bc1"
362-
resolved "https://github.com/angular/dev-infra-private-builds.git#98589d4fcc912bce9a89884cf7717ba9b0152bc1"
359+
"@angular/dev-infra-private@https://github.com/angular/dev-infra-private-builds.git#3dda1f7073b1fda030268f83f436370fe349b23f":
360+
version "0.0.0-0bd2bee03a032325cada4c75f0a1388bb2661fb8"
361+
uid "3dda1f7073b1fda030268f83f436370fe349b23f"
362+
resolved "https://github.com/angular/dev-infra-private-builds.git#3dda1f7073b1fda030268f83f436370fe349b23f"
363363
dependencies:
364364
"@actions/core" "^1.4.0"
365365
"@actions/github" "^5.0.0"

0 commit comments

Comments
 (0)