arup-group/elara

Upgrade Node 12-based actions in the CI Build

mfitz opened this issue · 0 comments

mfitz commented

We see the following warning in our GitHub Actions CI build:

Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2, actions/setup-python@v1, actions/cache@v1. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.

The fix is to upgrade the versions of the checkout and setup-python actions. See the release notes to find appropriate versions.