pyOpenSci / pyosMeta

A package that updates pyOpenSci contributor and package metadata on our website
BSD 3-Clause "New" or "Revised" License
4 stars 18 forks source link

Update github actions to resolve nodejs 16 warnings #128

Closed willingc closed 7 months ago

willingc commented 7 months ago

Partially addresses #113

This PR makes the versions used by checkout and python actions the same across all files. This should remove the warnings seen on some workflows about NodeJS 16 deprecation.

codecov[bot] commented 7 months ago

Codecov Report

All modified and coverable lines are covered by tests :white_check_mark:

Project coverage is 47.56%. Comparing base (1d3396c) to head (eec0d9d).

Additional details and impacted files ```diff @@ Coverage Diff @@ ## main #128 +/- ## ======================================= Coverage 47.56% 47.56% ======================================= Files 7 7 Lines 473 473 Branches 74 74 ======================================= Hits 225 225 Misses 244 244 Partials 4 4 ```

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.