TimelyDataflow / timely-dataflow

A modular implementation of timely dataflow in Rust
MIT License
3.3k stars 272 forks source link

ci: Update to `actions/checkout@v4` #587

Closed waywardmonkeys closed 1 month ago

waywardmonkeys commented 1 month ago

This just updates to the current version which runs on a version of Node that GitHub hasn't deprecated.

waywardmonkeys commented 1 month ago

This might fail due to getting an updated version of unicode-width due to an MSRV issue where the latest version now needs 1.66 but this is building with 1.65.

That's unrelated to the changes I did here.

frankmcsherry commented 1 month ago

Thanks! I'll need to sync with @antiguru as I have less of a clue wrt how all these bits operate. My guess is it's all good, and shouldn't need more than a few business hours minutes to confirm (and find a new MSRV, to get things green again).