Skip to content

Commit

Permalink
Merge pull request #6173 from rabbitmq/dependabot/github_actions/v3.1…
Browse files Browse the repository at this point in the history
…1.x/peter-evans/create-pull-request-4.2.0

Bump peter-evans/create-pull-request from 4.1.4 to 4.2.0
  • Loading branch information
michaelklishin committed Oct 18, 2022
2 parents c2114a6 + 558c362 commit a699353
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/update-elixir-patches.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.4
uses: peter-evans/create-pull-request@v4.2.0
with:
token: ${{ secrets.REPO_SCOPED_TOKEN }}
committer: GitHub <noreply@github.com>
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-otp-patches.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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.4
uses: peter-evans/create-pull-request@v4.2.0
with:
token: ${{ secrets.REPO_SCOPED_TOKEN }}
committer: GitHub <noreply@github.com>
Expand Down

0 comments on commit a699353

Please sign in to comment.