sandialabs / distBVH

Distributed asynchronous contact search with DARMA/vt
Other
2 stars 3 forks source link

[CI] fix Node.js deprecation warnings #40

Open cz4rs opened 1 month ago

cz4rs commented 1 month ago

ci-images builds have following warnings:

The following actions use a deprecated Node.js version and will be forced to run on node20: docker/login-action@v2, docker/build-push-action@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/

Update relevant GitHub actions to the latest versions to get rid of the warnings.