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 }}