Skip to content

Commit ac89385

Browse files
angular-robotjosephperrott
authored andcommitted
build: update cross-repo angular dependencies
See associated pull request for more information.
1 parent 9135eea commit ac89385

File tree

4 files changed

+14
-14
lines changed

4 files changed

+14
-14
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,13 @@ jobs:
2020
runs-on: ubuntu-latest
2121
steps:
2222
- name: Initialize environment
23-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@22e0407413109186075cfebf3173549d37d4f4a4
23+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@42cdb151b217e714c6e85a41ef3d2adddf8321d3
2424
with:
2525
disable-package-manager-cache: true
2626
- name: Setup Bazel
27-
uses: angular/dev-infra/github-actions/bazel/setup@22e0407413109186075cfebf3173549d37d4f4a4
27+
uses: angular/dev-infra/github-actions/bazel/setup@42cdb151b217e714c6e85a41ef3d2adddf8321d3
2828
- name: Setup Bazel Remote Caching
29-
uses: angular/dev-infra/github-actions/bazel/configure-remote@22e0407413109186075cfebf3173549d37d4f4a4
29+
uses: angular/dev-infra/github-actions/bazel/configure-remote@42cdb151b217e714c6e85a41ef3d2adddf8321d3
3030
with:
3131
google_credential: ${{ secrets.RBE_TRUSTED_BUILDS_USER }}
3232
# TODO: switch this over to `bazel test` once bazel tests exist

.github/workflows/pr.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
runs-on: ubuntu-latest
2020
steps:
2121
- name: Initialize environment
22-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@22e0407413109186075cfebf3173549d37d4f4a4
22+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@42cdb151b217e714c6e85a41ef3d2adddf8321d3
2323
- name: Install node modules
2424
run: pnpm install --frozen-lockfile
2525
- name: Check commit message
@@ -31,12 +31,12 @@ jobs:
3131
runs-on: ubuntu-latest
3232
steps:
3333
- name: Initialize environment
34-
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@22e0407413109186075cfebf3173549d37d4f4a4
34+
uses: angular/dev-infra/github-actions/npm/checkout-and-setup-node@42cdb151b217e714c6e85a41ef3d2adddf8321d3
3535
with:
3636
disable-package-manager-cache: true
3737
- name: Setup Bazel
38-
uses: angular/dev-infra/github-actions/bazel/setup@22e0407413109186075cfebf3173549d37d4f4a4
38+
uses: angular/dev-infra/github-actions/bazel/setup@42cdb151b217e714c6e85a41ef3d2adddf8321d3
3939
- name: Setup Bazel Remote Caching
40-
uses: angular/dev-infra/github-actions/bazel/configure-remote@22e0407413109186075cfebf3173549d37d4f4a4
40+
uses: angular/dev-infra/github-actions/bazel/configure-remote@42cdb151b217e714c6e85a41ef3d2adddf8321d3
4141
# TODO: switch this over to `bazel test` once bazel tests exist
4242
- run: pnpm bazel build //...

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
"pnpm": "10.31.0"
99
},
1010
"dependencies": {
11-
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#a92db02ad1facfddb722d181709f774b4892593d",
11+
"@angular/ng-dev": "https://github.com/angular/dev-infra-private-ng-dev-builds.git#59e67df867e405a71cdd1385a20d058ac0a5aacd",
1212
"@bazel/buildifier": "^8.2.1",
1313
"prettier": "^3.8.0"
1414
}

pnpm-lock.yaml

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)