From 27685c162638721738462178eb4670d9ebb178ef Mon Sep 17 00:00:00 2001 From: Zach Goldberg Date: Fri, 3 May 2024 12:05:44 -0700 Subject: [PATCH] chore: bump aws execute version --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 1451abb..04b6471 100644 --- a/action.yml +++ b/action.yml @@ -23,7 +23,7 @@ runs: - name: "[ProvisionAccount]: Run Terragrunt to Create the account in AWS" id: terragrunt - uses: gruntwork-io/pipelines-aws-execute@v0.0.5 + uses: gruntwork-io/pipelines-aws-execute@v0.0.6 with: PIPELINES_READ_TOKEN: ${{ inputs.PIPELINES_READ_TOKEN }} account_id: ${{ steps.gruntwork_context.outputs.account_id }}