3
0
Fork 0
mirror of https://github.com/Swatinem/rust-cache synced 2026-06-04 00:07:55 +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
```yaml
- uses: actions/checkout@v5
- uses: actions/checkout@v6
# 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