From 7f9f5a31030c8e92b98b5d95c261a843a6606db3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 5 Apr 2023 10:03:36 +0000 Subject: [PATCH] Bump peter-evans/create-pull-request from 4 to 5 Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 4 to 5. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v4...v5) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/daily.yml | 6 +++--- .github/workflows/exp-json.yml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml index dbc85f6ee5b1..24368bf7b4f2 100644 --- a/.github/workflows/daily.yml +++ b/.github/workflows/daily.yml @@ -54,7 +54,7 @@ jobs: webhook_url: ${{ secrets.PS_BUILD_TEAMS_CHANNEL }} overwrite: "{title: `Failure in .github/daily.yml updating .NET build. Look at ${workflow_link}`}" - name: Create Pull Request - uses: peter-evans/create-pull-request@v4 + uses: peter-evans/create-pull-request@v5 id: cpr if: env.CREATE_PR == 'true' with: @@ -93,7 +93,7 @@ jobs: } exit 0 - name: Create Pull Request - uses: peter-evans/create-pull-request@v4 + uses: peter-evans/create-pull-request@v5 id: cprtpn if: env.CREATE_PR == 'true' with: @@ -140,7 +140,7 @@ jobs: name: cgmanifest path: ${{ env.CGMANIFEST_PATH }} - name: Create Pull Request - uses: peter-evans/create-pull-request@v4 + uses: peter-evans/create-pull-request@v5 id: cprcgmanifest if: env.CGMANIFEST_PATH != '' with: diff --git a/.github/workflows/exp-json.yml b/.github/workflows/exp-json.yml index 629ff0f55e4e..53490791211d 100644 --- a/.github/workflows/exp-json.yml +++ b/.github/workflows/exp-json.yml @@ -139,7 +139,7 @@ jobs: Set-GWVariable -Name CREATE_EXP_JSON_PR -Value $createPR - name: Create Pull Request - uses: peter-evans/create-pull-request@v4 + uses: peter-evans/create-pull-request@v5 id: cpr if: env.CREATE_EXP_JSON_PR == 'true' with: