summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-06-29 16:44:19 +1000
committerGitHub <noreply@github.com>2022-06-29 16:44:19 +1000
commitb37a59a967e2ec2d95a2fb59e9bbdfa749f10541 (patch)
tree342524202cef707b6a174437a4e328499d36f007 /.github
parent2b094d411218a8ba492b0cdd79eae5df15a548f4 (diff)
Bump peter-evans/create-pull-request from 3 to 4 (#17495)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/format_push.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/format_push.yml b/.github/workflows/format_push.yml
index 4b51213b36..4f47fc78c4 100644
--- a/.github/workflows/format_push.yml
+++ b/.github/workflows/format_push.yml
@@ -37,7 +37,7 @@ jobs:
git config user.email 'hello@qmk.fm'
- name: Create Pull Request
- uses: peter-evans/create-pull-request@v3
+ uses: peter-evans/create-pull-request@v4
if: ${{ github.repository == 'qmk/qmk_firmware'}}
with:
token: ${{ secrets.QMK_BOT_TOKEN }}