Skip to content

Commit 462bccf

Browse files
Bump peter-evans/create-pull-request from 5.0.0 to 5.0.1 (python#146)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: egeakman <me@egeakman.dev>
1 parent a53ac79 commit 462bccf

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/update_doc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
git commit -m "Get changes from CPython Doc for ${{ github.ref_name }}"
3333
3434
- name: Create Pull Request
35-
uses: peter-evans/create-pull-request@v5.0.0
35+
uses: peter-evans/create-pull-request@v5.0.1
3636
with:
3737
token: ${{ secrets.BOT_PAT }}
3838
commit-message: Get changes from CPython Doc for ${{ github.ref_name }}

.github/workflows/wrap_branch.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030

3131
# Create pull request
3232
- name: Create Pull Request
33-
uses: peter-evans/create-pull-request@v5.0.0
33+
uses: peter-evans/create-pull-request@v5.0.1
3434
with:
3535
token: ${{ secrets.BOT_PAT }}
3636
commit-message: "Wrap all files on: ${{ github.ref_name }}"

0 commit comments

Comments
 (0)