Skip to content

Update main.yml

Update main.yml #169

Triggered via push February 9, 2024 08:39
Status Success
Total duration 1m 21s
Artifacts
Fit to window
Zoom out
Zoom in

Annotations

5 warnings and 6 notices
analyze
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, subosito/flutter-action@v1, invertase/github-action-dart-analyzer@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
analyze
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, subosito/flutter-action@v1, invertase/github-action-dart-analyzer@v1. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
analyze
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/
analyze
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/
analyze
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/
Assignment to a variable of type 'void'.: lib/src/data/repositories/streamelements_repository_impl.dart#L37
Try removing the assignment or changing the type of the variable. See https://dart.dev/lints/void_checks to learn more about this problem.
Assignment to a variable of type 'void'.: lib/src/data/repositories/twitch_repository_impl.dart#L367
Try removing the assignment or changing the type of the variable. See https://dart.dev/lints/void_checks to learn more about this problem.
'WillPopScope' is deprecated and shouldn't be used. Use PopScope instead. This feature was deprecated after v3.12.0-1.0.pre.: lib/src/presentation/views/home_view.dart#L33
Try replacing the use of the deprecated member with the replacement. See https://dart.dev/diagnostics/deprecated_member_use to learn more about this problem.
'WillPopScope.new' is deprecated and shouldn't be used. Use PopScope instead. This feature was deprecated after v3.12.0-1.0.pre.: lib/src/presentation/views/home_view.dart#L33
Try replacing the use of the deprecated member with the replacement. See https://dart.dev/diagnostics/deprecated_member_use to learn more about this problem.