From 9da1dc7bf7ff0e74888bd5d09d148caf44dadabe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Feb 2024 23:41:49 +0000 Subject: [PATCH] chore(deps): Bump peter-evans/create-pull-request from 5 to 6 Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 5 to 6. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v5...v6) --- 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/yarn-upgrade.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/spec-update.yml b/.github/workflows/spec-update.yml index 81d32ee139c90..4b0a1182ae235 100644 --- a/.github/workflows/spec-update.yml +++ b/.github/workflows/spec-update.yml @@ -76,7 +76,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@v5 + uses: peter-evans/create-pull-request@v6 with: # Git commit details branch: automation/spec-update diff --git a/.github/workflows/update-contributors.yml b/.github/workflows/update-contributors.yml index 93cb6cffb7a9f..4c181c3161ec7 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@v5 + uses: peter-evans/create-pull-request@v6 with: # Git commit details branch: automation/update-contributors diff --git a/.github/workflows/yarn-upgrade.yml b/.github/workflows/yarn-upgrade.yml index fc9a1b6689915..eee4b29e39fc3 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@v5 + uses: peter-evans/create-pull-request@v6 with: # Git commit details branch: automation/yarn-upgrade