davidcole1340 / ext-php-rs

Bindings for the Zend API to build PHP extensions natively in Rust.
Apache License 2.0
572 stars 59 forks source link

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

Closed striezel closed 8 months ago

striezel commented 8 months ago

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

Changes in actions/checkout:

v4.1.0

  • Add support for partial checkout filters

v4.0.0

  • Support fetching without the --progress option
  • Update to node20
danog commented 8 months ago

Thanks!