Desdaemon / flutter_rust_bridge_template

Template for Flutter + Rust integration with flutter_rust_bridge.
https://desdaemon.github.io/flutter_rust_bridge_template/
Apache License 2.0
120 stars 63 forks source link

chore: update GitHub Actions CI #62

Closed striezel closed 8 months ago

striezel commented 8 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/Desdaemon/flutter_rust_bridge_template/actions/runs/7371944874:

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

Desdaemon commented 8 months ago

Thank you for your contribution! I was setting up some CI for debugging issues with HTTPS and crossOriginEnabled, but yes this is reasonable.