diff --git a/.github/workflows/daily.yml b/.github/workflows/daily.yml index dbc85f6ee5b..24368bf7b4f 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 629ff0f55e4..53490791211 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: