From 876a472251acb2e900cc6f34d29672a86c5e0191 Mon Sep 17 00:00:00 2001 From: Eric Crosson Date: Sat, 21 Jan 2023 09:13:32 -0600 Subject: [PATCH] fix(deps): upgrade DamianReeves/write-file-action to v1.2 https://github.com/DamianReeves/write-file-action/releases/tag/v1.2 This bumps the write-file-action from the Node.js 12 runtime to Node.js 16, avoiding a warning that Node.js 12 actions are deprecated[^1]. [^1]: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/ --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index b3c3fde..1aa6b5f 100644 --- a/action.yml +++ b/action.yml @@ -144,7 +144,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.1 + uses: DamianReeves/write-file-action@v1.2 with: path: pr_body.template contents: ${{ inputs.pr-body }}