diff --git a/.github/workflows/spec-update.yml b/.github/workflows/spec-update.yml index bf2efbc3947b1..d6bb01341d2c5 100644 --- a/.github/workflows/spec-update.yml +++ b/.github/workflows/spec-update.yml @@ -143,7 +143,7 @@ jobs: path: ${{ runner.temp }} - name: Make Pull Request - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: # Git commit details branch: automation/spec-update diff --git a/.github/workflows/update-contributors.yml b/.github/workflows/update-contributors.yml index 4c181c3161ec7..c112ced215432 100644 --- a/.github/workflows/update-contributors.yml +++ b/.github/workflows/update-contributors.yml @@ -18,7 +18,7 @@ jobs: CONTRIB_OUTPUT_FILE: 'CONTRIBUTORS.md' CONTRIB_IGNORE: 'github-actions[bot],mergify[bot],dependabot[bot],dependabot-preview[bot],aws-cdk-automation' - name: Create a PR - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: # Git commit details branch: automation/update-contributors diff --git a/.github/workflows/update-metadata-regions.yml b/.github/workflows/update-metadata-regions.yml index 72fa2365b28e3..492aa240da307 100644 --- a/.github/workflows/update-metadata-regions.yml +++ b/.github/workflows/update-metadata-regions.yml @@ -59,7 +59,7 @@ jobs: run: '[ -s ${{ runner.temp }}/update-spec.patch ] && git apply ${{ runner.temp }}/update-spec.patch || echo "Empty patch. Skipping."' - name: Make Pull Request - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: # Git commit details branch: automation/region-update diff --git a/.github/workflows/yarn-upgrade.yml b/.github/workflows/yarn-upgrade.yml index c2fe94062d081..8a005241e3c3e 100644 --- a/.github/workflows/yarn-upgrade.yml +++ b/.github/workflows/yarn-upgrade.yml @@ -116,7 +116,7 @@ jobs: }}/upgrade.patch || echo "Empty patch. Skipping."' - name: Make Pull Request - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: # Git commit details branch: automation/yarn-upgrade