Skip to content

Commit

Permalink
Bump peter-evans/create-pull-request from 6.1.0 to 7.0.1 (#203)
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>
  • Loading branch information
dependabot[bot] committed Sep 9, 2024
1 parent 3a1f460 commit 328d521
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@v6.1.0
uses: peter-evans/create-pull-request@v7.0.1
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@v6.1.0
uses: peter-evans/create-pull-request@v7.0.1
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@v6.1.0
uses: peter-evans/create-pull-request@v7.0.1
with:
token: ${{ secrets.BOT_PAT }}
commit-message: "Wrap all files on: ${{ github.ref_name }}"
Expand Down

0 comments on commit 328d521

Please sign in to comment.