Browse Source

Bump peter-evans/create-pull-request from 3 to 4 (#17495)

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
pull/17500/head
dependabot[bot] 1 year ago
committed by GitHub
parent
commit
b37a59a967
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      .github/workflows/format_push.yml

+ 1
- 1
.github/workflows/format_push.yml View File

@ -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 }}


Loading…
Cancel
Save