Skip to content

Commit 4e6915c

Browse files
renovate[bot]renovate-bot
authored andcommitted
build: update angular shared dev-infra code (#24365)
Co-authored-by: Renovate Bot <[email protected]> (cherry picked from commit 809ec7b)
1 parent 4b6e832 commit 4e6915c

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
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@v2
12-
- uses: angular/dev-infra/github-actions/commit-message-based-labels@a90f807bd664e27f8109069e31959cb2f780179d
12+
- uses: angular/dev-infra/github-actions/commit-message-based-labels@366b75358638462665784668cb763f3721ee8cc8
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@a90f807bd664e27f8109069e31959cb2f780179d
13+
- uses: angular/dev-infra/github-actions/feature-request@366b75358638462665784668cb763f3721ee8cc8
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@a90f807bd664e27f8109069e31959cb2f780179d
12+
- uses: angular/dev-infra/github-actions/lock-closed@366b75358638462665784668cb763f3721ee8cc8
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
@@ -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#afcc2494c45a63660cb560ee96179969610435db",
76+
"@angular/dev-infra-private": "https://github.com/angular/dev-infra-private-builds.git#53288ecf017db68dae5f3c3c5d7f083cb3cead66",
7777
"@angular/localize": "13.2.0",
7878
"@angular/platform-browser-dynamic": "13.2.0",
7979
"@angular/platform-server": "13.2.0",

yarn.lock

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -365,10 +365,10 @@
365365
dependencies:
366366
tslib "^2.3.0"
367367

368-
"@angular/dev-infra-private@https://github.com/angular/dev-infra-private-builds.git#afcc2494c45a63660cb560ee96179969610435db":
369-
version "0.0.0-a90f807bd664e27f8109069e31959cb2f780179d"
370-
uid afcc2494c45a63660cb560ee96179969610435db
371-
resolved "https://github.com/angular/dev-infra-private-builds.git#afcc2494c45a63660cb560ee96179969610435db"
368+
"@angular/dev-infra-private@https://github.com/angular/dev-infra-private-builds.git#53288ecf017db68dae5f3c3c5d7f083cb3cead66":
369+
version "0.0.0-366b75358638462665784668cb763f3721ee8cc8"
370+
uid "53288ecf017db68dae5f3c3c5d7f083cb3cead66"
371+
resolved "https://github.com/angular/dev-infra-private-builds.git#53288ecf017db68dae5f3c3c5d7f083cb3cead66"
372372
dependencies:
373373
"@actions/core" "^1.4.0"
374374
"@actions/github" "^5.0.0"

0 commit comments

Comments
 (0)