From 7add5be304698521bfb95edd65e0097650048242 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Mar 2023 09:05:00 +0000 Subject: [PATCH] Bump peter-evans/create-pull-request from 4.2.3 to 4.2.4 Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 4.2.3 to 4.2.4. - [Release notes](https://github.com/peter-evans/create-pull-request/releases) - [Commits](https://github.com/peter-evans/create-pull-request/compare/v4.2.3...v4.2.4) --- updated-dependencies: - dependency-name: peter-evans/create-pull-request dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/update_doc.yml | 2 +- .github/workflows/wrap_branch.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/update_doc.yml b/.github/workflows/update_doc.yml index 9387c8d87..80739378b 100644 --- a/.github/workflows/update_doc.yml +++ b/.github/workflows/update_doc.yml @@ -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@v4.2.3 + uses: peter-evans/create-pull-request@v4.2.4 with: token: ${{ secrets.BOT_PAT }} commit-message: Get changes from CPython Doc for ${{ github.ref_name }} diff --git a/.github/workflows/wrap_branch.yml b/.github/workflows/wrap_branch.yml index 6c59f9b46..514490d69 100644 --- a/.github/workflows/wrap_branch.yml +++ b/.github/workflows/wrap_branch.yml @@ -30,7 +30,7 @@ jobs: # Create pull request - name: Create Pull Request - uses: peter-evans/create-pull-request@v4.2.3 + uses: peter-evans/create-pull-request@v4.2.4 with: token: ${{ secrets.BOT_PAT }} commit-message: "Wrap all files on: ${{ github.ref_name }}"