NiklasEi / bevy_asset_loader

Bevy plugin helping with asset loading and organization
Apache License 2.0
452 stars 53 forks source link

Update actions on GitHub Actions workflows #133

Closed striezel closed 1 year ago

striezel commented 1 year ago

The following updates are performed:

Still using the older versions of those actions will generate some warning like in this run: https://github.com/NiklasEi/bevy_asset_loader/actions/runs/4702644986

Node.js 12 actions are deprecated. Please update the following actions to use Node.js 16: actions/checkout@v2, actions/cache@v2, actions-rs/toolchain@v1. For more information see: https://github.blog/changelog/2022-09-22-github-actions-all-actions-will-begin-running-on-node16-instead-of-node12/.

The PR will get rid of those warnings for actions/checkout and actions/cache, because their newer versions use Node.js 16.