Skip to content

Commit e656340

Browse files
Bump peter-evans/create-pull-request from 4.2.3 to 4.2.4 (python#129)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent bc7721e commit e656340

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@v4.2.3
35+
uses: peter-evans/create-pull-request@v4.2.4
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@v4.2.3
33+
uses: peter-evans/create-pull-request@v4.2.4
3434
with:
3535
token: ${{ secrets.BOT_PAT }}
3636
commit-message: "Wrap all files on: ${{ github.ref_name }}"

0 commit comments

Comments
 (0)