Skip to content

Commit

Permalink
Bump peter-evans/create-pull-request from 5.0.1 to 5.0.2 (#151)
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 Jun 19, 2023
1 parent 3c5aa4e commit 786d2f2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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/[email protected].1
uses: peter-evans/[email protected].2
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 @@ -30,7 +30,7 @@ jobs:

# Create pull request
- name: Create Pull Request
uses: peter-evans/[email protected].1
uses: peter-evans/[email protected].2
with:
token: ${{ secrets.BOT_PAT }}
commit-message: "Wrap all files on: ${{ github.ref_name }}"
Expand Down

0 comments on commit 786d2f2

Please sign in to comment.