From 9fc14478c27882b40652430a93cc4c9825f01b28 Mon Sep 17 00:00:00 2001
From: Cole Helbling <cole.helbling@determinate.systems>
Date: Wed, 28 Feb 2024 15:04:53 -0800
Subject: [PATCH] Update DamianReeves/write-file-action to v1.3

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

diff --git a/action.yml b/action.yml
index 749b26d..bea9922 100644
--- a/action.yml
+++ b/action.yml
@@ -155,7 +155,7 @@ runs:
         COMMIT_MSG: ${{ inputs.commit-msg }}
         PATH_TO_FLAKE_DIR: ${{ inputs.path-to-flake-dir }}
     - name: Save PR Body as file
-      uses: DamianReeves/write-file-action@v1.2
+      uses: DamianReeves/write-file-action@v1.3
       with:
         path: pr_body.template
         contents: ${{ inputs.pr-body }}