From 16ac07d3091e02ab448ee8556ff94313aaa7ec55 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 5 Apr 2023 00:13:57 +0000 Subject: [PATCH] chore(deps): update tj-actions/json2file action to v1.4.1 (sec) (#1074) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index b6bf3731..d6e2fb43 100644 --- a/action.yml +++ b/action.yml @@ -255,7 +255,7 @@ runs: INPUT_HAS_CUSTOM_PATTERNS: ${{ steps.glob.outputs.has-custom-patterns }} INPUT_JSON_RAW_FORMAT: ${{ inputs.json_raw_format }} - name: Generate output files - uses: tj-actions/json2file@c56bc641b77b7b29451be35949e452fcadadf0d0 # v1.4.0 + uses: tj-actions/json2file@e6872653b4c7168e64b05ee07f60c1cfce653560 # v1.4.1 if: inputs.write_output_files == 'true' with: outputs: ${{ toJSON(steps.changed-files.outputs) }}