imp: enhance dependency management with workspace inheritance #1829
rust.yml
on: pull_request
cleanup-runs
9s
fmt
14s
doc_all_features
2m 2s
doc_no_default_features
1m 14s
clippy_all_features
42s
clippy_no_default_features
1m 4s
test-stable
52s
Annotations
38 errors and 42 warnings
unused import: `prost::Message`:
crates/ibc/src/core/ics02_client/events.rs#L427
error: unused import: `prost::Message`
--> crates/ibc/src/core/ics02_client/events.rs:427:9
|
427 | use prost::Message;
| ^^^^^^^^^^^^^^
|
note: the lint level is defined here
--> crates/ibc/src/lib.rs:4:5
|
4 | warnings,
| ^^^^^^^^
= note: `#[deny(unused_imports)]` implied by `#[deny(warnings)]`
|
failed to resolve: use of undeclared crate or module `ibc_testkit`:
crates/ibc/src/core/events.rs#L286
error[E0433]: failed to resolve: use of undeclared crate or module `ibc_testkit`
--> crates/ibc/src/core/events.rs:286:9
|
286 | use ibc_testkit::utils::core::channel::dummy_raw_packet;
| ^^^^^^^^^^^ use of undeclared crate or module `ibc_testkit`
|
failed to resolve: use of undeclared crate or module `ibc_testkit`:
crates/ibc/src/core/ics04_channel/packet.rs#L379
error[E0433]: failed to resolve: use of undeclared crate or module `ibc_testkit`
--> crates/ibc/src/core/ics04_channel/packet.rs:379:9
|
379 | use ibc_testkit::utils::core::channel::dummy_raw_packet;
| ^^^^^^^^^^^ use of undeclared crate or module `ibc_testkit`
|
failed to resolve: use of undeclared crate or module `ibc_testkit`:
crates/ibc/src/core/ics04_channel/msgs/timeout_on_close.rs#L89
error[E0433]: failed to resolve: use of undeclared crate or module `ibc_testkit`
--> crates/ibc/src/core/ics04_channel/msgs/timeout_on_close.rs:89:9
|
89 | use ibc_testkit::utils::core::channel::dummy_raw_msg_timeout_on_close;
| ^^^^^^^^^^^ use of undeclared crate or module `ibc_testkit`
|
failed to resolve: use of undeclared crate or module `ibc_testkit`:
crates/ibc/src/core/ics04_channel/msgs/timeout.rs#L84
error[E0433]: failed to resolve: use of undeclared crate or module `ibc_testkit`
--> crates/ibc/src/core/ics04_channel/msgs/timeout.rs:84:9
|
84 | use ibc_testkit::utils::core::signer::dummy_bech32_account;
| ^^^^^^^^^^^ use of undeclared crate or module `ibc_testkit`
|
failed to resolve: use of undeclared crate or module `ibc_testkit`:
crates/ibc/src/core/ics04_channel/msgs/timeout.rs#L83
error[E0433]: failed to resolve: use of undeclared crate or module `ibc_testkit`
--> crates/ibc/src/core/ics04_channel/msgs/timeout.rs:83:9
|
83 | use ibc_testkit::utils::core::channel::dummy_raw_msg_timeout;
| ^^^^^^^^^^^ use of undeclared crate or module `ibc_testkit`
|
failed to resolve: use of undeclared crate or module `ibc_testkit`:
crates/ibc/src/core/ics04_channel/msgs/recv_packet.rs#L81
error[E0433]: failed to resolve: use of undeclared crate or module `ibc_testkit`
--> crates/ibc/src/core/ics04_channel/msgs/recv_packet.rs:81:9
|
81 | use ibc_testkit::utils::core::signer::dummy_bech32_account;
| ^^^^^^^^^^^ use of undeclared crate or module `ibc_testkit`
|
failed to resolve: use of undeclared crate or module `ibc_testkit`:
crates/ibc/src/core/ics04_channel/msgs/recv_packet.rs#L80
error[E0433]: failed to resolve: use of undeclared crate or module `ibc_testkit`
--> crates/ibc/src/core/ics04_channel/msgs/recv_packet.rs:80:9
|
80 | use ibc_testkit::utils::core::channel::dummy_raw_msg_recv_packet;
| ^^^^^^^^^^^ use of undeclared crate or module `ibc_testkit`
|
failed to resolve: use of undeclared crate or module `ibc_testkit`:
crates/ibc/src/core/ics04_channel/msgs/chan_open_try.rs#L135
error[E0433]: failed to resolve: use of undeclared crate or module `ibc_testkit`
--> crates/ibc/src/core/ics04_channel/msgs/chan_open_try.rs:135:9
|
135 | use ibc_testkit::utils::core::channel::dummy_raw_msg_chan_open_try;
| ^^^^^^^^^^^ use of undeclared crate or module `ibc_testkit`
|
failed to resolve: use of undeclared crate or module `ibc_testkit`:
crates/ibc/src/core/ics04_channel/msgs/chan_open_init.rs#L97
error[E0433]: failed to resolve: use of undeclared crate or module `ibc_testkit`
--> crates/ibc/src/core/ics04_channel/msgs/chan_open_init.rs:97:9
|
97 | use ibc_testkit::utils::core::channel::dummy_raw_msg_chan_open_init;
| ^^^^^^^^^^^ use of undeclared crate or module `ibc_testkit`
|
failed to resolve: use of undeclared crate or module `ibc_testkit`:
crates/ibc/src/core/ics04_channel/msgs/chan_open_confirm.rs#L79
error[E0433]: failed to resolve: use of undeclared crate or module `ibc_testkit`
--> crates/ibc/src/core/ics04_channel/msgs/chan_open_confirm.rs:79:9
|
79 | use ibc_testkit::utils::core::channel::dummy_raw_msg_chan_open_confirm;
| ^^^^^^^^^^^ use of undeclared crate or module `ibc_testkit`
|
failed to resolve: use of undeclared crate or module `ibc_testkit`:
crates/ibc/src/core/ics04_channel/msgs/chan_open_ack.rs#L84
error[E0433]: failed to resolve: use of undeclared crate or module `ibc_testkit`
--> crates/ibc/src/core/ics04_channel/msgs/chan_open_ack.rs:84:9
|
84 | use ibc_testkit::utils::core::channel::dummy_raw_msg_chan_open_ack;
| ^^^^^^^^^^^ use of undeclared crate or module `ibc_testkit`
|
failed to resolve: use of undeclared crate or module `ibc_testkit`:
crates/ibc/src/core/ics04_channel/msgs/chan_close_init.rs#L63
error[E0433]: failed to resolve: use of undeclared crate or module `ibc_testkit`
--> crates/ibc/src/core/ics04_channel/msgs/chan_close_init.rs:63:9
|
63 | use ibc_testkit::utils::core::channel::dummy_raw_msg_chan_close_init;
| ^^^^^^^^^^^ use of undeclared crate or module `ibc_testkit`
|
failed to resolve: use of undeclared crate or module `ibc_testkit`:
crates/ibc/src/core/ics04_channel/msgs/chan_close_confirm.rs#L79
error[E0433]: failed to resolve: use of undeclared crate or module `ibc_testkit`
--> crates/ibc/src/core/ics04_channel/msgs/chan_close_confirm.rs:79:9
|
79 | use ibc_testkit::utils::core::channel::dummy_raw_msg_chan_close_confirm;
| ^^^^^^^^^^^ use of undeclared crate or module `ibc_testkit`
|
failed to resolve: use of undeclared crate or module `ibc_testkit`:
crates/ibc/src/core/ics04_channel/msgs/acknowledgement.rs#L83
error[E0433]: failed to resolve: use of undeclared crate or module `ibc_testkit`
--> crates/ibc/src/core/ics04_channel/msgs/acknowledgement.rs:83:9
|
83 | use ibc_testkit::utils::core::signer::dummy_bech32_account;
| ^^^^^^^^^^^ use of undeclared crate or module `ibc_testkit`
|
failed to resolve: use of undeclared crate or module `ibc_testkit`:
crates/ibc/src/core/ics04_channel/msgs/acknowledgement.rs#L82
error[E0433]: failed to resolve: use of undeclared crate or module `ibc_testkit`
--> crates/ibc/src/core/ics04_channel/msgs/acknowledgement.rs:82:9
|
82 | use ibc_testkit::utils::core::channel::dummy_raw_msg_acknowledgement;
| ^^^^^^^^^^^ use of undeclared crate or module `ibc_testkit`
|
failed to resolve: use of undeclared crate or module `ibc_testkit`:
crates/ibc/src/core/ics04_channel/channel.rs#L574
error[E0433]: failed to resolve: use of undeclared crate or module `ibc_testkit`
--> crates/ibc/src/core/ics04_channel/channel.rs:574:9
|
574 | use ibc_testkit::utils::core::channel::dummy_raw_channel_end;
| ^^^^^^^^^^^ use of undeclared crate or module `ibc_testkit`
|
failed to resolve: use of undeclared crate or module `ibc_testkit`:
crates/ibc/src/core/ics03_connection/msgs/conn_open_try.rs#L251
error[E0433]: failed to resolve: use of undeclared crate or module `ibc_testkit`
--> crates/ibc/src/core/ics03_connection/msgs/conn_open_try.rs:251:9
|
251 | use ibc_testkit::utils::core::connection::{
| ^^^^^^^^^^^ use of undeclared crate or module `ibc_testkit`
|
failed to resolve: use of undeclared crate or module `ibc_testkit`:
crates/ibc/src/core/ics03_connection/msgs/conn_open_init.rs#L136
error[E0433]: failed to resolve: use of undeclared crate or module `ibc_testkit`
--> crates/ibc/src/core/ics03_connection/msgs/conn_open_init.rs:136:9
|
136 | use ibc_testkit::utils::core::connection::{
| ^^^^^^^^^^^ use of undeclared crate or module `ibc_testkit`
|
failed to resolve: use of undeclared crate or module `ibc_testkit`:
crates/ibc/src/core/ics03_connection/msgs/conn_open_confirm.rs#L79
error[E0433]: failed to resolve: use of undeclared crate or module `ibc_testkit`
--> crates/ibc/src/core/ics03_connection/msgs/conn_open_confirm.rs:79:9
|
79 | use ibc_testkit::utils::core::connection::dummy_raw_msg_conn_open_confirm;
| ^^^^^^^^^^^ use of undeclared crate or module `ibc_testkit`
|
failed to resolve: use of undeclared crate or module `ibc_testkit`:
crates/ibc/src/core/ics03_connection/msgs/conn_open_ack.rs#L137
error[E0433]: failed to resolve: use of undeclared crate or module `ibc_testkit`
--> crates/ibc/src/core/ics03_connection/msgs/conn_open_ack.rs:137:9
|
137 | use ibc_testkit::utils::core::connection::dummy_raw_msg_conn_open_ack;
| ^^^^^^^^^^^ use of undeclared crate or module `ibc_testkit`
|
failed to resolve: use of undeclared crate or module `ibc_testkit`:
crates/ibc/src/core/ics02_client/msgs/upgrade_client.rs#L103
error[E0433]: failed to resolve: use of undeclared crate or module `ibc_testkit`
--> crates/ibc/src/core/ics02_client/msgs/upgrade_client.rs:103:9
|
103 | use ibc_testkit::utils::core::client::dummy_raw_msg_upgrade_client;
| ^^^^^^^^^^^ use of undeclared crate or module `ibc_testkit`
|
failed to resolve: use of undeclared crate or module `ibc_testkit`:
crates/ibc/src/core/ics02_client/msgs/update_client.rs#L71
error[E0433]: failed to resolve: use of undeclared crate or module `ibc_testkit`
--> crates/ibc/src/core/ics02_client/msgs/update_client.rs:71:9
|
71 | use ibc_testkit::utils::core::client::dummy_raw_msg_update_client;
| ^^^^^^^^^^^ use of undeclared crate or module `ibc_testkit`
|
failed to resolve: use of undeclared crate or module `ibc_testkit`:
crates/ibc/src/core/ics02_client/msgs/create_client.rs#L79
error[E0433]: failed to resolve: use of undeclared crate or module `ibc_testkit`
--> crates/ibc/src/core/ics02_client/msgs/create_client.rs:79:9
|
79 | use ibc_testkit::utils::core::client::dummy_raw_msg_create_client;
| ^^^^^^^^^^^ use of undeclared crate or module `ibc_testkit`
|
failed to resolve: use of undeclared crate or module `ibc_testkit`:
crates/ibc/src/core/ics02_client/events.rs#L426
error[E0433]: failed to resolve: use of undeclared crate or module `ibc_testkit`
--> crates/ibc/src/core/ics02_client/events.rs:426:9
|
426 | use ibc_testkit::utils::clients::mock::dummy_new_mock_header;
| ^^^^^^^^^^^ use of undeclared crate or module `ibc_testkit`
|
failed to resolve: use of undeclared crate or module `ibc_testkit`:
crates/ibc/src/clients/ics07_tendermint/client_state.rs#L828
error[E0433]: failed to resolve: use of undeclared crate or module `ibc_testkit`
--> crates/ibc/src/clients/ics07_tendermint/client_state.rs:828:9
|
828 | use ibc_testkit::utils::clients::tendermint::dummy_tendermint_header;
| ^^^^^^^^^^^ use of undeclared crate or module `ibc_testkit`
|
failed to resolve: use of undeclared crate or module `ibc_testkit`:
crates/ibc/src/applications/transfer/packet.rs#L68
error[E0433]: failed to resolve: use of undeclared crate or module `ibc_testkit`
--> crates/ibc/src/applications/transfer/packet.rs:68:9
|
68 | use ibc_testkit::utils::core::signer::dummy_bech32_account;
| ^^^^^^^^^^^ use of undeclared crate or module `ibc_testkit`
|
clippy_all_features
Clippy had exited with the 101 exit code
|
test-stable:
crates/ibc/src/applications/transfer/packet.rs#L68
failed to resolve: use of undeclared crate or module `ibc_testkit`
|
test-stable:
crates/ibc/src/clients/ics07_tendermint/client_state.rs#L828
failed to resolve: use of undeclared crate or module `ibc_testkit`
|
test-stable:
crates/ibc/src/core/ics02_client/events.rs#L426
failed to resolve: use of undeclared crate or module `ibc_testkit`
|
test-stable:
crates/ibc/src/core/ics02_client/msgs/create_client.rs#L79
failed to resolve: use of undeclared crate or module `ibc_testkit`
|
test-stable:
crates/ibc/src/core/ics02_client/msgs/update_client.rs#L71
failed to resolve: use of undeclared crate or module `ibc_testkit`
|
test-stable:
crates/ibc/src/core/ics02_client/msgs/upgrade_client.rs#L103
failed to resolve: use of undeclared crate or module `ibc_testkit`
|
test-stable:
crates/ibc/src/core/ics03_connection/msgs/conn_open_ack.rs#L137
failed to resolve: use of undeclared crate or module `ibc_testkit`
|
test-stable:
crates/ibc/src/core/ics03_connection/msgs/conn_open_confirm.rs#L79
failed to resolve: use of undeclared crate or module `ibc_testkit`
|
test-stable:
crates/ibc/src/core/ics03_connection/msgs/conn_open_init.rs#L136
failed to resolve: use of undeclared crate or module `ibc_testkit`
|
test-stable:
crates/ibc/src/core/ics03_connection/msgs/conn_open_try.rs#L251
failed to resolve: use of undeclared crate or module `ibc_testkit`
|
fmt
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/
|
fmt
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/
|
fmt
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/
|
fmt
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/
|
fmt
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_all_features
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, Swatinem/rust-cache@v1, actions-rs/clippy-check@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_all_features
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_all_features
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_all_features
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_all_features
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_all_features
The `save-state` 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_all_features
The `save-state` 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_all_features
The `save-state` 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_all_features
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-stable
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, Swatinem/rust-cache@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-stable
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-stable
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-stable
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-stable
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-stable
The `save-state` 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-stable
The `save-state` 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-stable
The `save-state` 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-stable
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_no_default_features
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, Swatinem/rust-cache@v1, actions-rs/clippy-check@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_no_default_features
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_no_default_features
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_no_default_features
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_no_default_features
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_no_default_features
The `save-state` 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_no_default_features
The `save-state` 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_no_default_features
The `save-state` 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_no_default_features
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/
|
doc_no_default_features
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/
|
doc_no_default_features
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/
|
doc_no_default_features
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/
|
doc_no_default_features
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/
|
doc_no_default_features
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/
|
doc_all_features
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/
|
doc_all_features
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/
|
doc_all_features
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/
|
doc_all_features
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/
|
doc_all_features
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/
|