From d610443b18a5131cd133b429dce874dc643efc73 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Fri, 26 Sep 2025 07:37:11 +0000 Subject: [PATCH] chore(deps): update 1arp/create-a-file-action action to v0.4 --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/action.yml b/action.yml index e54942b..c7d8e60 100644 --- a/action.yml +++ b/action.yml @@ -55,7 +55,7 @@ outputs: runs: using: "composite" steps: - - uses: 1arp/create-a-file-action@0.2 + - uses: 1arp/create-a-file-action@0.4 with: path: './' file: 'overrides.json' @@ -148,7 +148,7 @@ runs: env: AWS_REGION: ${{ inputs.region }} - - uses: 1arp/create-a-file-action@0.2 + - uses: 1arp/create-a-file-action@0.4 with: path: './' file: 'ecspresso.yml'