diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2024-09-04 03:57:19 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-09-04 03:57:19 +0100 |
| commit | 2b55e43e5411346a754b81e095b74a042fb48953 (patch) | |
| tree | cbb99d6f93d4948f3a9698544278d9db34e6f82a | |
| parent | ef3a939880dc86228eceeb1ed10f158ab0a7bcb2 (diff) | |
Bump peter-evans/create-pull-request from 6 to 7 (#24361)
Bumps [peter-evans/create-pull-request](https://github.com/peter-evans/create-pull-request) from 6 to 7.
- [Release notes](https://github.com/peter-evans/create-pull-request/releases)
- [Commits](https://github.com/peter-evans/create-pull-request/compare/v6...v7)
---
updated-dependencies:
- dependency-name: peter-evans/create-pull-request
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
| -rw-r--r-- | .github/workflows/format_push.yml | 2 | ||||
| -rw-r--r-- | .github/workflows/regen_push.yml | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/format_push.yml b/.github/workflows/format_push.yml index ea60fc95b4..c861b2c111 100644 --- a/.github/workflows/format_push.yml +++ b/.github/workflows/format_push.yml | |||
| @@ -47,7 +47,7 @@ jobs: | |||
| 47 | git config user.email 'hello@qmk.fm' | 47 | git config user.email 'hello@qmk.fm' |
| 48 | 48 | ||
| 49 | - name: Create Pull Request | 49 | - name: Create Pull Request |
| 50 | uses: peter-evans/create-pull-request@v6 | 50 | uses: peter-evans/create-pull-request@v7 |
| 51 | if: ${{ github.repository == 'qmk/qmk_firmware'}} | 51 | if: ${{ github.repository == 'qmk/qmk_firmware'}} |
| 52 | with: | 52 | with: |
| 53 | token: ${{ secrets.QMK_BOT_TOKEN }} | 53 | token: ${{ secrets.QMK_BOT_TOKEN }} |
diff --git a/.github/workflows/regen_push.yml b/.github/workflows/regen_push.yml index 0f01411141..9a05a9461d 100644 --- a/.github/workflows/regen_push.yml +++ b/.github/workflows/regen_push.yml | |||
| @@ -34,7 +34,7 @@ jobs: | |||
| 34 | git config user.email 'hello@qmk.fm' | 34 | git config user.email 'hello@qmk.fm' |
| 35 | 35 | ||
| 36 | - name: Create Pull Request | 36 | - name: Create Pull Request |
| 37 | uses: peter-evans/create-pull-request@v6 | 37 | uses: peter-evans/create-pull-request@v7 |
| 38 | if: ${{ github.repository == 'qmk/qmk_firmware'}} | 38 | if: ${{ github.repository == 'qmk/qmk_firmware'}} |
| 39 | with: | 39 | with: |
| 40 | token: ${{ secrets.QMK_BOT_TOKEN }} | 40 | token: ${{ secrets.QMK_BOT_TOKEN }} |
