DrTimothyAldenDavis / SuiteSparse

The official SuiteSparse library: a suite of sparse matrix algorithms authored or co-authored by Tim Davis, Texas A&M University.
https://people.engr.tamu.edu/davis/suitesparse.html
Other
1.11k stars 256 forks source link

CI: Update actions to newer versions #758

Closed mmuetzel closed 5 months ago

mmuetzel commented 5 months ago

This is needed for the transition of GitHub runners from Node.js 16 to Node.js 20. See: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/

https://github.com/Jimver/cuda-toolkit didn't update to Node.js 20 yet. Still update to the latest available version.

DrTimothyAldenDavis commented 5 months ago

Thanks! I saw those warnings about Node versions being deprecated but wasn't sure how to resolve them. I'll merge this in as soon as it passes CI.