From fda1b58f1daa2acc0a24180ef691309b6af64619 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 10:31:05 +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 8ccd09d..7a2826c 100644 --- a/.github/workflows/plan-release.yml +++ b/.github/workflows/plan-release.yml @@ -76,7 +76,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'" labels: "internal"