mirror of
https://hub.gitmirror.com/https://github.com/gradle/gradle-build-action
synced 2025-10-29 00:50:19 +08:00
Failures to store cache entries should not fail the action or the Job. This fix attempts to catch and log any unexpected errors that occur when saving cache entries. Fixes: #119 Fixes: #120