python / importlib_metadata

Library to access metadata for Python packages
https://importlib-metadata.readthedocs.io
Apache License 2.0
122 stars 79 forks source link

Upgrade GitHub Actions #467

Closed cclauss closed 10 months ago

cclauss commented 10 months ago

https://github.com/actions/checkout/releases https://github.com/actions/setup-python/releases

jaraco commented 10 months ago

Thanks for catching this concern. This project builds on jaraco/skeleton, which already has the bumps. I want to investigate when and why this project diverged to see if it was for some good reason.

jaraco commented 10 months ago

Oh! It's the diffcov job, which doesn't exist upstream. Probably this project should either drop diffcov or maybe move it upstream, perhaps integrated into the test suite (instead of as a separate job). Otherwise, this job (and the same one in importlib_resources) will be a lingering maintenance concern.

jaraco commented 10 months ago

Superseded by b02bf32bae729d53bdb7c9649d6ec36afdb793ee.