Tehforsch / diman

Define rust compile time unit systems using const generics
53 stars 2 forks source link

update GitHub Actions CI #49

Closed striezel closed 9 months ago

striezel commented 10 months ago

The following updates are performed:

Still using the outdated / unmaintained actions will generate several warnings in CI runs, for example in https://github.com/Tehforsch/diman/actions/runs/7370549016:

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

The PR will get rid of those warnings.

Tehforsch commented 9 months ago

Thanks!