arup-group / elara

Command line utility for processing MATSim events output files.
MIT License
14 stars 4 forks source link

Upgrade Node 12-based actions in the CI Build #231

Open mfitz opened 1 year ago

mfitz commented 1 year ago

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.