martinmoene / scope-lite

A migration path to C++ library extensions scope_exit, scope_fail, scope_success, unique_resource
Boost Software License 1.0
43 stars 6 forks source link

Update actions/checkout in GitHub Actions to v4 #11

Closed striezel closed 9 months ago

striezel commented 9 months ago

This updates actions/checkout in the GitHub Actions workflows to v4, it's current version.

Changelog:

v4.1.0

  • Add support for partial checkout filters

v4.0.0

  • Support fetching without the --progress option
  • Update to node20
striezel commented 9 months ago

@martinmoene: I've just added a workaround for the failing Clang builds and now they are green again. :)