From 56b3507bfe20d1fb9ba2e579675eb7ff56d6fd53 Mon Sep 17 00:00:00 2001 From: Cole Helbling 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 }}