summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2023-03-15 19:00:19 +0000
committerGitHub <noreply@github.com>2023-03-15 19:00:19 +0000
commitd5c243802de4bcceca8b67ae5244614d8b8452ce (patch)
treef0ea60726d523cb71f0806a17de2a3aedaf45eaf
parentaedd6cb6ff04cf0f30cc94df6b9d9fd231a5b94b (diff)
downloadrabbitmq-server-git-d5c243802de4bcceca8b67ae5244614d8b8452ce.tar.gz
Bump peter-evans/create-pull-request from 4.2.3 to 4.2.4
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 4.2.3 to 4.2.4. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v4.2.3...v4.2.4) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
-rw-r--r--.github/workflows/update-elixir-patches.yaml2
-rw-r--r--.github/workflows/update-otp-patches.yaml2
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/update-elixir-patches.yaml b/.github/workflows/update-elixir-patches.yaml
index d6acde5769..8d29f4618b 100644
--- a/.github/workflows/update-elixir-patches.yaml
+++ b/.github/workflows/update-elixir-patches.yaml
@@ -68,7 +68,7 @@ jobs:
git diff
- name: CREATE PULL REQUEST
if: steps.check-for-branch.outputs.c != 0
- uses: peter-evans/create-pull-request@v4.2.3
+ uses: peter-evans/create-pull-request@v4.2.4
with:
token: ${{ secrets.REPO_SCOPED_TOKEN }}
committer: GitHub <noreply@github.com>
diff --git a/.github/workflows/update-otp-patches.yaml b/.github/workflows/update-otp-patches.yaml
index f908f8368a..e9fcf7c337 100644
--- a/.github/workflows/update-otp-patches.yaml
+++ b/.github/workflows/update-otp-patches.yaml
@@ -144,7 +144,7 @@ jobs:
git diff
- name: CREATE PULL REQUEST
if: steps.check-for-branch.outputs.c != 0
- uses: peter-evans/create-pull-request@v4.2.3
+ uses: peter-evans/create-pull-request@v4.2.4
with:
token: ${{ secrets.REPO_SCOPED_TOKEN }}
committer: GitHub <noreply@github.com>