mirror of
https://github.com/gradle/actions.git
synced 2026-08-17 11:22:50 +00: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