From ab1799434541561f9aa56fe8319cb85ca6f11829 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sun, 3 Mar 2024 21:54:27 +0000 Subject: [PATCH] Update peter-evans/create-pull-request action to v6 --- .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 98f9ceae..e632ca7e 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@v5 + - uses: peter-evans/create-pull-request@v6 with: commit-message: "Prepare Release using 'release-plan'" author: "github-actions[bot] "