Skip to content

Commit

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

Bump peter-evans/create-pull-request from 7.0.2 to 7.0.3
  • Loading branch information
michaelklishin authored Sep 16, 2024
2 parents 6236246 + e9bb86b commit dd2fc48
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 dd2fc48

Please sign in to comment.