From c8fc578f33caf33b83a70273afd3897a7c9c0eaa Mon Sep 17 00:00:00 2001
From: Pol Dellaiera <pol.dellaiera@protonmail.com>
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 }}