3
0
Fork 0
mirror of https://github.com/Swatinem/rust-cache synced 2026-06-14 12:35:39 +00:00

docs: Update checkout action version to latest

This commit is contained in:
Sondre Lillebø Gundersen 2026-05-28 19:31:48 +02:00 committed by GitHub
parent 65012b4902
commit c89ad4b9b5
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -6,7 +6,7 @@ sensible defaults.
## Example usage ## Example usage
```yaml ```yaml
- uses: actions/checkout@v5 - uses: actions/checkout@v6
# selecting a toolchain either by action or manual `rustup` calls should happen # selecting a toolchain either by action or manual `rustup` calls should happen
# before the plugin, as the cache uses the current rustc version as its cache key # before the plugin, as the cache uses the current rustc version as its cache key