Skip to content

Commit

Permalink
Merge pull request #92 from pulp/dependabot/github_actions/peter-evan…
Browse files Browse the repository at this point in the history
…s/create-pull-request-6

[noissue]: Bump peter-evans/create-pull-request from 5 to 6
  • Loading branch information
quba42 authored Feb 1, 2024
2 parents 13edffe + 298ce34 commit 26539d2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/collect_changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
pip install GitPython packaging toml
python3 .ci/scripts/collect_changes.py
- name: "Create Pull Request"
uses: "peter-evans/create-pull-request@v5"
uses: "peter-evans/create-pull-request@v6"
with:
token: "${{ secrets.RELEASE_TOKEN }}"
title: "Update Changelog"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release_branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
run: |
.ci/scripts/create_release_branch.sh
- name: "Create Pull Request"
uses: "peter-evans/create-pull-request@v5"
uses: "peter-evans/create-pull-request@v6"
with:
token: "${{ secrets.RELEASE_TOKEN }}"
title: "Bump dev-version"
Expand Down

0 comments on commit 26539d2

Please sign in to comment.