From ab2d82afa57da3b1ee684f8d5a08967b57c6500a Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 3 Sep 2024 10:05:01 +0000 Subject: [PATCH] Update peter-evans/create-pull-request action to v7 --- .github/workflows/reusable-deploy-plugin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/reusable-deploy-plugin.yml b/.github/workflows/reusable-deploy-plugin.yml index ff74f3121..61e885d5f 100644 --- a/.github/workflows/reusable-deploy-plugin.yml +++ b/.github/workflows/reusable-deploy-plugin.yml @@ -67,7 +67,7 @@ jobs: - name: Create Pull Request id: create-pull-request - uses: peter-evans/create-pull-request@v6 + uses: peter-evans/create-pull-request@v7 with: token: ${{ secrets.DEPLOY_GITHUB_TOKEN }} commit-message: '⚙️ Deploy ${{ inputs.plugin-name }} ${{ steps.version.outputs.value }}'