summary refs log tree commit diff
path: root/.github/workflows/format_push.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/format_push.yml')
-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 26e9f4edfb..0a34245ac0 100644
--- a/.github/workflows/format_push.yml
+++ b/.github/workflows/format_push.yml
@@ -47,7 +47,7 @@ jobs:
         git config user.email 'hello@qmk.fm'
 
     - name: Create Pull Request
-      uses: peter-evans/create-pull-request@v4
+      uses: peter-evans/create-pull-request@v5
       if: ${{ github.repository == 'qmk/qmk_firmware'}}
       with:
         token: ${{ secrets.QMK_BOT_TOKEN }}