summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-10-18 18:51:41 +0000
committerGitHub <noreply@github.com>2022-10-18 18:51:41 +0000
commit1a5e2e8814b080fb5bd68fff9521b116c003b560 (patch)
tree95614cec17f84ecf852d6175bc6fbb00529bccae /.github
parent49e29c4015f46bd6c3466021ae50aaaa075fe766 (diff)
downloadrabbitmq-server-git-1a5e2e8814b080fb5bd68fff9521b116c003b560.tar.gz
Bump peter-evans/create-pull-request from 4.1.4 to 4.2.0
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 4.1.4 to 4.2.0. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v4.1.4...v4.2.0) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github')
-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 8b3fa7fe4e..76e5582637 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.1.4
+ uses: peter-evans/create-pull-request@v4.2.0
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 fbae132a48..c698e07729 100644
--- a/.github/workflows/update-otp-patches.yaml
+++ b/.github/workflows/update-otp-patches.yaml
@@ -127,7 +127,7 @@ jobs:
git diff
- name: CREATE PULL REQUEST
if: steps.check-for-branch.outputs.c != 0
- uses: peter-evans/create-pull-request@v4.1.4
+ uses: peter-evans/create-pull-request@v4.2.0
with:
token: ${{ secrets.REPO_SCOPED_TOKEN }}
committer: GitHub <noreply@github.com>