finos / perspective

A data visualization and analytics component, especially well-suited for large and/or streaming datasets.
https://perspective.finos.org/
Apache License 2.0
7.72k stars 1.04k forks source link

Upgrade GitHub actions versions to avoid node deprecation #2613

Closed timkpaine closed 1 month ago

timkpaine commented 1 month ago

We are currently using some older GitHub actions that raise

Screenshot 2024-05-16 at 09 20 53
texodus commented 1 month ago

Thanks for the PR!

This doesn't build on CI or locally (for me). I'm sure you experienced an issue but I can't say what it was.

timkpaine commented 1 month ago

I think it's only for node 22 (Change the keyword from assert to with) which is not yet on GHA, I'm going to back out those changes and just leave the actions upgrades (which we should take care of as they're spitting out deprecation warnings).