From 1e0c4cab8dfb1ed88adca150dacba345aa2152da Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 9 Sep 2024 14:13:34 +0200 Subject: [PATCH] Bump peter-evans/create-pull-request from 6 to 7 (#442) Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Abel Soares Siqueira --- .github/workflows/PreCommitUpdate.yml | 2 +- .../{% if AddPrecommit %}PreCommitUpdate.yml{% endif %}.jinja | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/PreCommitUpdate.yml b/.github/workflows/PreCommitUpdate.yml index c1bcef19..01bb4c28 100644 --- a/.github/workflows/PreCommitUpdate.yml +++ b/.github/workflows/PreCommitUpdate.yml @@ -22,7 +22,7 @@ jobs: pre-commit autoupdate || true - name: Create Pull Request id: cpr - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: commit-message: "chore: :robot: pre-commit update" title: "[AUTO] pre-commit update" diff --git a/template/.github/workflows/{% if AddPrecommit %}PreCommitUpdate.yml{% endif %}.jinja b/template/.github/workflows/{% if AddPrecommit %}PreCommitUpdate.yml{% endif %}.jinja index 4cd1a2cd..79e0571e 100644 --- a/template/.github/workflows/{% if AddPrecommit %}PreCommitUpdate.yml{% endif %}.jinja +++ b/template/.github/workflows/{% if AddPrecommit %}PreCommitUpdate.yml{% endif %}.jinja @@ -22,7 +22,7 @@ jobs: pre-commit autoupdate || true - name: Create Pull Request id: cpr - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: commit-message: "chore: :robot: pre-commit update" title: "[AUTO] pre-commit update"