From 3c03080dbf8d021ad8453acb51048ff77c4e5923 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 13 May 2023 07:59:05 +0000 Subject: [PATCH] chore(deps): update tj-actions/json2file action to v1.7.2 (main) (#1128) 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 d9794da2..09c72007 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@v1.7.1 + uses: tj-actions/json2file@v1.7.2 if: inputs.write_output_files == 'true' with: outputs: ${{ toJSON(steps.changed-files.outputs) }}