summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Klishin <klishinm@vmware.com>2022-09-21 23:15:14 +0400
committerGitHub <noreply@github.com>2022-09-21 23:15:14 +0400
commit42e3e02d8f7e321c930c81882a651b51ff7729df (patch)
tree4b1cade9ef030601e3abd4f8c1c1d0358aa893b5
parentc581c765a2aa736ff6cc1efc32d6a93a55471a55 (diff)
parent07d60c4bc3068429cd03d55ec62620e2a012101b (diff)
downloadrabbitmq-server-git-42e3e02d8f7e321c930c81882a651b51ff7729df.tar.gz
Merge pull request #5841 from rabbitmq/dependabot/github_actions/v3.11.x/peter-evans/create-pull-request-4.1.2
Bump peter-evans/create-pull-request from 4.1.1 to 4.1.2
-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 ea5576476d..e90c79cf26 100644
--- a/.github/workflows/update-elixir-patches.yaml
+++ b/.github/workflows/update-elixir-patches.yaml
@@ -61,7 +61,7 @@ jobs:
git diff
- name: CREATE PULL REQUEST
if: steps.check-for-branch.outputs.c != 0
- uses: peter-evans/create-pull-request@v4.1.1
+ uses: peter-evans/create-pull-request@v4.1.2
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 4d5990d86b..20697fe622 100644
--- a/.github/workflows/update-otp-patches.yaml
+++ b/.github/workflows/update-otp-patches.yaml
@@ -67,7 +67,7 @@ jobs:
git diff
- name: CREATE PULL REQUEST
if: steps.check-for-branch.outputs.c != 0
- uses: peter-evans/create-pull-request@v4.1.1
+ uses: peter-evans/create-pull-request@v4.1.2
with:
token: ${{ secrets.REPO_SCOPED_TOKEN }}
committer: GitHub <noreply@github.com>