From 591e8cb69ed7ab18bfed2f228160d84505b25bca Mon Sep 17 00:00:00 2001
From: Morgan Helton <mhelton@gmail.com>
Date: Wed, 28 Feb 2024 16:19:26 -0600
Subject: [PATCH] update peter-evans/create-pull-request to v6

---
 action.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/action.yml b/action.yml
index d142f92..1f46ba6 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@v5
+      uses: peter-evans/create-pull-request@v6
       with:
         base: ${{ inputs.base }}
         branch: ${{ inputs.branch }}