Skip to content

Commit 44caf8a

Browse files
Merge pull request #10449 from rabbitmq/dependabot/github_actions/v3.11.x/peter-evans/create-pull-request-6.0.0
build(deps): bump peter-evans/create-pull-request from 5.0.2 to 6.0.0
2 parents ff53be7 + 35e7ab5 commit 44caf8a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/update-elixir-patches.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -68,7 +68,7 @@ jobs:
6868
set -x
6969
git diff
7070
- name: CREATE PULL REQUEST
71-
uses: peter-evans/create-pull-request@v5.0.2
71+
uses: peter-evans/create-pull-request@v6.0.0
7272
with:
7373
token: ${{ secrets.REPO_SCOPED_TOKEN }}
7474
committer: GitHub <[email protected]>

.github/workflows/update-otp-patches.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ jobs:
150150
set -x
151151
git diff
152152
- name: CREATE PULL REQUEST
153-
uses: peter-evans/create-pull-request@v5.0.2
153+
uses: peter-evans/create-pull-request@v6.0.0
154154
with:
155155
token: ${{ secrets.REPO_SCOPED_TOKEN }}
156156
committer: GitHub <[email protected]>

0 commit comments

Comments
 (0)