From 1a27ada15df182d754b42968734b6422c9f4b991 Mon Sep 17 00:00:00 2001 From: Zach Goldberg Date: Tue, 30 Apr 2024 08:43:13 -0700 Subject: [PATCH] Use latest pipelines-execute --- action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/action.yml b/action.yml index 2313389..770f4a3 100644 --- a/action.yml +++ b/action.yml @@ -89,7 +89,7 @@ runs: - name: "[Terragrunt Execute] Run terragrunt ${{ inputs.terragrunt_command }} in ${{ inputs.working_directory }}" if: ${{ steps.aws_auth.outcome == 'success' }} id: execute - uses: gruntwork-io/pipelines-execute@feat/add-dynamic-generation-of-mise + uses: gruntwork-io/pipelines-execute@3.1.6 with: token: ${{ inputs.PIPELINES_READ_TOKEN }} tf_binary: ${{ steps.gruntwork_context.outputs.tf_binary }}