python-trio / trio

Trio – a friendly Python library for async concurrency and I/O
https://trio.readthedocs.io
Other
6.12k stars 335 forks source link

Switch to `actions/checkout@v4` and `actions/setup-python@v5` #2950

Closed CoolCat467 closed 7 months ago

CoolCat467 commented 7 months ago

This pull request switches the workflow system to use checkout v4 and setup-python v5.

EDIT: checkout change does updating node runtime: https://github.com/actions/checkout/releases/tag/v4.0.0 setup-python change does updating node runtime and dependencies: https://github.com/actions/setup-python/releases/tag/v5.0.0

codecov[bot] commented 7 months ago

Codecov Report

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

Comparison is base (bd19635) 99.64% compared to head (03583b6) 99.64%.

Additional details and impacted files ```diff @@ Coverage Diff @@ ## master #2950 +/- ## ======================================= Coverage 99.64% 99.64% ======================================= Files 117 117 Lines 17564 17564 Branches 3166 3166 ======================================= Hits 17502 17502 Misses 43 43 Partials 19 19 ```