rust-lang / stdarch

Rust's standard library vendor-specific APIs and run-time feature detection
https://doc.rust-lang.org/stable/core/arch/
Apache License 2.0
601 stars 267 forks source link

Use latest version of actions/checkout action #1514

Closed taiki-e closed 9 months ago

taiki-e commented 9 months ago

actions/checkout changed the default branch name years ago, so actions/checkout@master actually points to v2: https://github.com/actions/checkout/tree/master This patch changes it to use the latest released version (v4).

rustbot commented 9 months ago

r? @Amanieu

(rustbot has picked a reviewer for you, use r? to override)