DARMA-tasking / vt

DARMA/vt => Virtual Transport
Other
33 stars 8 forks source link

[CI] fix Azure and GitHub deprecation warnings #2314

Closed cz4rs closed 5 days ago

cz4rs commented 5 days ago

Fix CI warnings.

Azure (shows up on all builds):

The task is utilizing Docker Compose V1, but there are plans to transition to Docker Compose V2. It's necessary to investigate how to adapt your project to Docker Compose V2. For guidance on this migration, you can refer to the official Docker Compose documentation at the provided link: https://docs.docker.com/compose/migrate/

GitHub: A bunch of builds show warnings based on Node.js 16 actions' deprecation:

Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20
cz4rs commented 5 days ago

Duplicates #2312.