diff --git a/.github/workflows/clang-format-lint.yml b/.github/workflows/clang-format-lint.yml index 02803c14..95f661e6 100644 --- a/.github/workflows/clang-format-lint.yml +++ b/.github/workflows/clang-format-lint.yml @@ -48,7 +48,7 @@ jobs: - name: Create Pull Request with applied fixes id: cpr if: github.event_name == 'push' - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 with: token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }} commit-message: "[Clang format] Apply linters automatic fixes" diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml index f93d79dc..e3707e91 100644 --- a/.github/workflows/mega-linter.yml +++ b/.github/workflows/mega-linter.yml @@ -70,7 +70,7 @@ jobs: - name: Create Pull Request with applied fixes id: cpr 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) - uses: peter-evans/create-pull-request@v7 + uses: peter-evans/create-pull-request@v8 with: token: ${{ secrets.PAT || secrets.GITHUB_TOKEN }} commit-message: "[MegaLinter] Apply linters automatic fixes"