Skip to content

Merge branch 'main' of github.com:yassun4dev/serde_valid into support… #326

Merge branch 'main' of github.com:yassun4dev/serde_valid into support…

Merge branch 'main' of github.com:yassun4dev/serde_valid into support… #326

Triggered via push June 15, 2024 10:22
Status Success
Total duration 1m 12s
Artifacts

CI.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

28 warnings
Check
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Check
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/
Check
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/
Check
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/
Check
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/
Check
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/
Lints
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Lints
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/
Lints
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/
Lints
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/
Lints
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/
Lints
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
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, actions-rs/cargo@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Test Suite
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/
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: serde_valid/tests/rule_test.rs#L29
use of deprecated constant `<rule_struct_named_field_is_ok::TestStruct as serde_valid::Validate>::validate::__teststruct_0_warning::_deprecated`: #[rule(...)] is deprecated, use #[validate(custom(...)))] instead
Test Suite: serde_valid/tests/rule_test.rs#L41
use of deprecated constant `<rule_struct_named_fields_is_ok::TestStruct as serde_valid::Validate>::validate::__teststruct_0_warning::_deprecated`: #[rule(...)] is deprecated, use #[validate(custom(...)))] instead
Test Suite: serde_valid/tests/rule_test.rs#L57
use of deprecated constant `<rule_struct_named_fields_is_err::TestStruct as serde_valid::Validate>::validate::__teststruct_0_warning::_deprecated`: #[rule(...)] is deprecated, use #[validate(custom(...)))] instead
Test Suite: serde_valid/tests/rule_test.rs#L80
use of deprecated constant `rule_struct_unnamed_fields_is_ok::__teststruct_0_warning::_deprecated`: #[rule(...)] is deprecated, use #[validate(custom(...)))] instead
Test Suite: serde_valid/tests/rule_test.rs#L81
use of deprecated constant `rule_struct_unnamed_fields_is_ok::__teststruct_1_warning::_deprecated`: #[rule(...)] is deprecated, use #[validate(custom(...)))] instead
Test Suite: serde_valid/tests/rule_test.rs#L91
use of deprecated constant `rule_new_type_is_ok::__testnewtype_0_warning::_deprecated`: #[rule(...)] is deprecated, use #[validate(custom(...)))] instead
Test Suite: serde_valid/tests/rule_test.rs#L102
use of deprecated constant `<rule_enum_is_ok::TestEnum as serde_valid::Validate>::validate::__namedfields_0_warning::_deprecated`: #[rule(...)] is deprecated, use #[validate(custom(...)))] instead
Test Suite: serde_valid/tests/rule_test.rs#L106
use of deprecated constant `<rule_enum_is_ok::TestEnum as serde_valid::Validate>::validate::__unnamedfields_1_warning::_deprecated`: #[rule(...)] is deprecated, use #[validate(custom(...)))] instead
Test Suite: serde_valid/tests/rule_test.rs#L107
use of deprecated constant `<rule_enum_is_ok::TestEnum as serde_valid::Validate>::validate::__unnamedfields_2_warning::_deprecated`: #[rule(...)] is deprecated, use #[validate(custom(...)))] instead
Test Suite: serde_valid/tests/rule_test.rs#L109
use of deprecated constant `<rule_enum_is_ok::TestEnum as serde_valid::Validate>::validate::__newtype_3_warning::_deprecated`: #[rule(...)] is deprecated, use #[validate(custom(...)))] instead