From 22ae1de06fd38cb673f9491826de5c9532ae9746 Mon Sep 17 00:00:00 2001
From: Cole Helbling <cole.helbling@determinate.systems>
Date: Thu, 29 Feb 2024 06:55:53 -0800
Subject: [PATCH] Update pedrolamas/handlebars-action to 2.4.0

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

diff --git a/action.yml b/action.yml
index bea9922..75f9fd3 100644
--- a/action.yml
+++ b/action.yml
@@ -170,7 +170,7 @@ runs:
         echo "$DELIMITER" >> $GITHUB_ENV
         echo "GIT_COMMIT_MESSAGE is: ${COMMIT_MESSAGE}"
     - name: Interpolate PR Body
-      uses: pedrolamas/handlebars-action@v2.3.0
+      uses: pedrolamas/handlebars-action@v2.4.0
       with:
         files: 'pr_body.template'
         output-filename: 'pr_body.txt'