mirror of
https://github.com/Swatinem/rust-cache
synced 2026-06-04 08:17:56 +00:00
docs: Update checkout action version to latest (#345)
This commit is contained in:
parent
65012b4902
commit
8ba370a790
1 changed files with 1 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue