From f50afb10c37f19133053e2ea56c9b404e15916be Mon Sep 17 00:00:00 2001 From: Joey Perrott Date: Fri, 15 Mar 2024 23:13:31 +0000 Subject: [PATCH] build: update to latest angular/dev-infra/github-actions/create-pr-for-changes (#54904) Update to latest to correct node verison issue PR Close #54904 --- .github/workflows/update-cli-help.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-cli-help.yml b/.github/workflows/update-cli-help.yml index 3e34539aaa351..93de71e7f96f7 100644 --- a/.github/workflows/update-cli-help.yml +++ b/.github/workflows/update-cli-help.yml @@ -32,7 +32,7 @@ jobs: env: ANGULAR_CLI_BUILDS_READONLY_GITHUB_TOKEN: ${{ secrets.ANGULAR_CLI_BUILDS_READONLY_GITHUB_TOKEN }} - name: Create a PR (if necessary) - uses: angular/dev-infra/github-actions/create-pr-for-changes@5774b71c01a55c4c998f858ee37d3b77ae704c31 + uses: angular/dev-infra/github-actions/create-pr-for-changes@1421ff04811ecb45812930c5d1f61d912880e75f with: branch-prefix: update-cli-help pr-title: 'docs: update Angular CLI help [${{github.ref_name}}]'