Skip to content

Commit 648dca8

Browse files
Bump peter-evans/create-pull-request from 7 to 8 (#511)
Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Vít Kučera <[email protected]>
1 parent b1e03d1 commit 648dca8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/clang-format-lint.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
- name: Create Pull Request with applied fixes
4949
id: cpr
5050
if: github.event_name == 'push'
51-
uses: peter-evans/create-pull-request@v7
51+
uses: peter-evans/create-pull-request@v8
5252
with:
5353
token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }}
5454
commit-message: "[Clang format] Apply linters automatic fixes"

.github/workflows/mega-linter.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- name: Create Pull Request with applied fixes
7171
id: cpr
7272
if: (env.APPLY_FIXES_EVENT == 'all' || env.APPLY_FIXES_EVENT == github.event_name) && env.APPLY_FIXES_MODE == 'pull_request' && (github.event_name == 'push' || github.event.pull_request.head.repo.full_name == github.repository)
73-
uses: peter-evans/create-pull-request@v7
73+
uses: peter-evans/create-pull-request@v8
7474
with:
7575
token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }}
7676
commit-message: "[MegaLinter] Apply linters automatic fixes"

0 commit comments

Comments
 (0)