Skip to content

Bevy Dolly Integration & Bevy 0.11 Support #35

Bevy Dolly Integration & Bevy 0.11 Support

Bevy Dolly Integration & Bevy 0.11 Support #35

Triggered via pull request September 17, 2023 20:44
@BlackPhloxBlackPhlox
synchronize #24
bevy_dolly
Status Success
Total duration 3m 43s
Artifacts

main.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

30 warnings
Rustfmt
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/
Rustfmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Rustfmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Rustfmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Rustfmt
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Update
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/
Update
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Update
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Update
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Update
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Clippy
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/
Clippy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Clippy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Clippy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Clippy
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@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/
Test Suite
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite
The `set-output` command is deprecated and will be disabled soon. Please upgrade to using Environment Files. For more information see: https://github.blog/changelog/2022-10-11-github-actions-deprecating-save-state-and-set-output-commands/
Test Suite: examples/simple.rs#L15
use of deprecated method `bevy::prelude::App::add_plugin`: Please use `add_plugins` instead.
Test Suite: examples/simple.rs#L16
use of deprecated method `bevy::prelude::App::add_plugin`: Please use `add_plugins` instead.
Test Suite: examples/simple.rs#L17
use of deprecated method `bevy::prelude::App::add_startup_system`: Please use `add_systems` instead. If you didn't change the default base set, you should use `add_systems(Startup, your_system).`
Test Suite: examples/simple.rs#L18
use of deprecated method `bevy::prelude::App::add_system`: Please use `add_systems` instead. If you didn't change the default base set, you should use `add_systems(Update, your_system).`
Test Suite: examples/simple.rs#L19
use of deprecated method `bevy::prelude::App::add_system`: Please use `add_systems` instead. If you didn't change the default base set, you should use `add_systems(Update, your_system).`
Test Suite: examples/simple.rs#L20
use of deprecated method `bevy::prelude::App::add_system`: Please use `add_systems` instead. If you didn't change the default base set, you should use `add_systems(Update, your_system).`
Test Suite: examples/simple.rs#L21
use of deprecated method `bevy::prelude::App::add_system`: Please use `add_systems` instead. If you didn't change the default base set, you should use `add_systems(Update, your_system).`
Test Suite
`bevy_config_cam` (example "simple") generated 7 warnings
Test Suite: examples/multiple_targets.rs#L23
use of deprecated method `bevy::prelude::App::add_startup_system`: Please use `add_systems` instead. If you didn't change the default base set, you should use `add_systems(Startup, your_system).`
Test Suite: examples/yp.rs#L17
use of deprecated method `bevy::prelude::App::add_plugin`: Please use `add_plugins` instead.