Skip to content

feat(caching): updating checkout to v5 and using an actions/cache for the cargo clippy and build#18

Merged
geekbrother merged 8 commits intomainfrom
feat/updating_checkout_caching
Nov 14, 2025
Merged

feat(caching): updating checkout to v5 and using an actions/cache for the cargo clippy and build#18
geekbrother merged 8 commits intomainfrom
feat/updating_checkout_caching

Conversation

@geekbrother
Copy link
Contributor

Updating checkout to v5 and using an actions/cache for the cargo build

This PR updates actions/checkout workflow to version 5 and implement cargo clippy and build caching using the actions/cache by caching cargo directories and using Cargo.lock hash to invalidate the caching.
These directories will be cached:

  • ~/.cargo/bin/
  • ~/.cargo/registry/
  • ~/.cargo/git/
  • target/

@geekbrother geekbrother self-assigned this Nov 14, 2025
@geekbrother geekbrother merged commit 6d5dedf into main Nov 14, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants