rust-lang / flate2-rs

DEFLATE, gzip, and zlib bindings for Rust
https://docs.rs/flate2
Apache License 2.0
862 stars 159 forks source link

Update actions/checkout in GitHub Actions workflows to v4 #407

Closed striezel closed 2 months ago

striezel commented 2 months ago

Updates the actions/checkout action used in the GitHub Actions workflows to its newest major version.

Still using v3 of actions/checkout will generate some warning like in this run: https://github.com/rust-lang/flate2-rs/actions/runs/8845176603

Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.

The PR will get rid of those warnings for actions/checkout, because v4 uses Node.js 20.