From e98d4358e3df113dd7e32f9909386003a5fd1a23 Mon Sep 17 00:00:00 2001 From: Pol Dellaiera Date: Mon, 2 Oct 2023 11:03:40 +0200 Subject: [PATCH] Bump `peter-evans/create-pull-request` to v5 --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 0b037d5..d142f92 100644 --- a/action.yml +++ b/action.yml @@ -187,7 +187,7 @@ runs: run: rm -f pr_body.txt pr_body.template - name: Create PR id: create-pr - uses: peter-evans/create-pull-request@v4 + uses: peter-evans/create-pull-request@v5 with: base: ${{ inputs.base }} branch: ${{ inputs.branch }}