In scope of this release we fix logic of error handling related to caching (#358) and (#359).
In the previous behaviour we relied on stderr
output to throw error. The warning messages from package managers can be written to the stderr's output. For now the action will throw an error only if exit code differs from zero. Besides, we add logic to сatch and log unhandled exceptions.