From 8ec58f13803e654f725a790d76ed83d912762cf7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 10:24:43 +0000 Subject: [PATCH] chore(deps): bump peter-evans/create-pull-request from 6 to 7 Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 6 to 7. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v6...v7) --- 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/spec-update.yml | 2 +- .github/workflows/update-contributors.yml | 2 +- .github/workflows/update-metadata-regions.yml | 2 +- .github/workflows/yarn-upgrade.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) 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