Fix SDK validation action pinning#1517
Conversation
Greptile SummaryThis PR replaces the
Confidence Score: 5/5Safe to merge — the change is confined to CI workflow configuration and addresses two known issues without introducing new logic errors. The cache-then-clone pattern is logically sound: the actions/cache restore runs first, the conditional guard skips the clone on a hit and lets it proceed on a miss, and the cache post-step saves the new install for future runs. Both the Flutter cache and the Rust cache now use the same pinned v4.2.4 commit SHA, consistent with the repository's pinning policy. No production code is touched. No files require special attention. Important Files Changed
Reviews (2): Last reviewed commit: "fix: pin and cache flutter sdk setup" | Re-trigger Greptile |
Summary
Testing