Skip to content

Commit

Permalink
Bump peter-evans/create-pull-request from 7.0.2 to 7.0.3
Browse files Browse the repository at this point in the history
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 7.0.2 to 7.0.3.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](peter-evans/create-pull-request@v7.0.2...v7.0.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>
  • Loading branch information
dependabot[bot] authored Sep 16, 2024
1 parent 6236246 commit e9bb86b
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.2
uses: peter-evans/create-pull-request@v7.0.3
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.2
uses: peter-evans/create-pull-request@v7.0.3
with:
token: ${{ secrets.REPO_SCOPED_TOKEN }}
committer: GitHub <noreply@github.com>
Expand Down

0 comments on commit e9bb86b

Please sign in to comment.