summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-09-28 18:42:19 +0000
committerGitHub <noreply@github.com>2022-09-28 18:42:19 +0000
commit14125aca9dff381264e1fa734cef84d9f09e905e (patch)
treedcfdc8c3e1b6c2d4bc4419b0b22cef60328aa831 /.github
parent7d691eedb815ee90cde5167b99a3a13125cb6f7b (diff)
downloadrabbitmq-server-git-14125aca9dff381264e1fa734cef84d9f09e905e.tar.gz
Bump peter-evans/create-pull-request from 4.1.2 to 4.1.3
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 4.1.2 to 4.1.3. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v4.1.2...v4.1.3) --- 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>
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 92e040ba6c..81829cc6f4 100644
--- a/.github/workflows/update-elixir-patches.yaml
+++ b/.github/workflows/update-elixir-patches.yaml
@@ -72,7 +72,7 @@ jobs:
git diff
- name: CREATE PULL REQUEST
if: steps.check-for-branch.outputs.c != 0
- uses: peter-evans/create-pull-request@v4.1.2
+ uses: peter-evans/create-pull-request@v4.1.3
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 8a0622ea73..8797c742df 100644
--- a/.github/workflows/update-otp-patches.yaml
+++ b/.github/workflows/update-otp-patches.yaml
@@ -85,7 +85,7 @@ jobs:
git diff
- name: CREATE PULL REQUEST
if: steps.check-for-branch.outputs.c != 0
- uses: peter-evans/create-pull-request@v4.1.2
+ uses: peter-evans/create-pull-request@v4.1.3
with:
token: ${{ secrets.REPO_SCOPED_TOKEN }}
committer: GitHub <noreply@github.com>