File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -101,14 +101,14 @@ This is a boolean flag that will be set to `true` when there was an exact cache
101101
102102# # Cache Effectiveness
103103
104- This action only caches the _dependencies_ of a crate, so is more effective if
104+ This action only caches the _dependencies_ of a crate, so it is more effective if
105105the dependency / own code ratio is higher.
106106
107- It is also most effective for repositories with a `Cargo.lock` file. Library
107+ It is also more effective for repositories with a `Cargo.lock` file. Library
108108repositories with only a `Cargo.toml` file have limited benefits, as cargo will
109109_always_ use the most up-to-date dependency versions, which may not be cached.
110110
111- Usage with Stable Rust is most effective, as a cache is tied to the Rust version.
111+ Usage with Stable Rust is the most effective, as a cache is tied to the Rust version.
112112Using it with Nightly Rust is less effective as it will throw away the cache every day,
113113unless a specific nightly build is being pinned.
114114
You can’t perform that action at this time.
0 commit comments