zakarumych / alkahest

Fantastic serialization library
Other
157 stars 9 forks source link

Update GitHub Actions CI #21

Open striezel opened 9 months ago

striezel commented 9 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/zakarumych/alkahest/actions/runs/7347591734:

The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@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.