payu-org / payu

A workflow management tool for numerical models on the NCI computing systems
Apache License 2.0
18 stars 25 forks source link

CI actions displaying warning about deprecated node version #409

Closed aidanheerdegen closed 5 months ago

aidanheerdegen commented 5 months ago

The CI tests are using workflows that utilise old versions of node, which is throwing warnings:

The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/setup-python@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/

Should update to actions/checkout@v4 and actions/setup-python@v5.