Skip to content

Commit

Permalink
Bump peter-evans/create-pull-request from 5.0.2 to 6.0.0 (#171)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: egeakman <[email protected]>
  • Loading branch information
dependabot[bot] and egeakman committed Feb 6, 2024
1 parent 7958218 commit 28aabc8
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/translate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
git commit -m "Translate ${{ github.event.inputs.file }}"
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5.0.2
uses: peter-evans/create-pull-request@v6.0.0
with:
token: ${{ secrets.BOT_PAT }}
commit-message: Translate ${{ github.event.inputs.file }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/update_doc.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
git commit -m "Get changes from CPython Doc for ${{ github.ref_name }}"
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5.0.2
uses: peter-evans/create-pull-request@v6.0.0
with:
token: ${{ secrets.BOT_PAT }}
commit-message: Get changes from CPython Doc for ${{ github.ref_name }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wrap_branch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:

# Create pull request
- name: Create Pull Request
uses: peter-evans/create-pull-request@v5.0.2
uses: peter-evans/create-pull-request@v6.0.0
with:
token: ${{ secrets.BOT_PAT }}
commit-message: "Wrap all files on: ${{ github.ref_name }}"
Expand Down

0 comments on commit 28aabc8

Please sign in to comment.