diff options
author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2022-06-29 16:44:19 +1000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-29 16:44:19 +1000 |
commit | b37a59a967e2ec2d95a2fb59e9bbdfa749f10541 (patch) | |
tree | 342524202cef707b6a174437a4e328499d36f007 | |
parent | 2b094d411218a8ba492b0cdd79eae5df15a548f4 (diff) |
Bump peter-evans/create-pull-request from 3 to 4 (#17495)
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-rw-r--r-- | .github/workflows/format_push.yml | 2 |
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 }} |