From 6446d3ab8f6bac9f784b88dc53ce43fdad0b7249 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 8 Sep 2024 22:17:27 +0000 Subject: [PATCH] Update peter-evans/create-pull-request action to v7 --- .github/workflows/plan-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/plan-release.yml b/.github/workflows/plan-release.yml index e632ca7..fd289fb 100644 --- a/.github/workflows/plan-release.yml +++ b/.github/workflows/plan-release.yml @@ -65,7 +65,7 @@ jobs: env: GITHUB_AUTH: ${{ secrets.GITHUB_TOKEN }} - - uses: peter-evans/create-pull-request@v6 + - uses: peter-evans/create-pull-request@v7 with: commit-message: "Prepare Release using 'release-plan'" author: "github-actions[bot] "