Clarification regarding cache misses and restore-keys #1086
Unanswered
alvindizon
asked this question in
General
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
So we have initially incorporated this action as part of our CI/CD step in our Android project. My question is, let's say we have configured automated dependency updates, and if an update for a dependency occurs, then there would be a cache miss. If we have a matching
restore-key
, would there be problems moving forward since the workflow corresponding for the dependency update would use a cache that doesn't really use the updated dependency since it would use the cache that matches therestore-key
? Or am I misunderstanding the cache restoration mechanism?Beta Was this translation helpful? Give feedback.
All reactions