Skip to content

Commit

Permalink
Merge pull request #315 from rabbitmq/dependabot/github_actions/main/…
Browse files Browse the repository at this point in the history
…peter-evans/create-pull-request-7.0.5

Bump peter-evans/create-pull-request from 7.0.3 to 7.0.5
  • Loading branch information
michaelklishin authored Sep 19, 2024
2 parents dd2fc48 + 11a37c2 commit 289716a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish-rabbitmq-bcr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
git diff
- name: CREATE PULL REQUEST
uses: peter-evans/create-pull-request@v7.0.3
uses: peter-evans/create-pull-request@v7.0.5
with:
token: ${{ secrets.REPO_SCOPED_TOKEN }}
path: bazel-central-registry
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update-rbe-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
buildozer 'set commit "${{ steps.find-commit.outputs.SHA }}"' //WORKSPACE.bazel:rbe || test $? -eq 3
git diff
- name: CREATE PULL REQUEST
uses: peter-evans/create-pull-request@v7.0.3
uses: peter-evans/create-pull-request@v7.0.5
with:
token: ${{ secrets.REPO_SCOPED_TOKEN }}
committer: GitHub <noreply@github.com>
Expand Down

0 comments on commit 289716a

Please sign in to comment.