build(deps): Update docker/setup-qemu-action action to v3 #846
Annotations
4 warnings
writing `&Vec` instead of `&[_]` involves a new object where a slice will do:
rash_core/src/docopt/mod.rs#L269
warning: writing `&Vec` instead of `&[_]` involves a new object where a slice will do
--> rash_core/src/docopt/mod.rs:269:41
|
269 | fn is_usage(possible_usage: &str, opts: &Vec<&str>) -> bool {
| ^^^^^^^^^^ help: change this to: `&[&str]`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_arg
= note: `#[warn(clippy::ptr_arg)]` on by default
|
writing `&Vec` instead of `&[_]` involves a new object where a slice will do:
rash_core/src/docopt/mod.rs#L269
warning: writing `&Vec` instead of `&[_]` involves a new object where a slice will do
--> rash_core/src/docopt/mod.rs:269:41
|
269 | fn is_usage(possible_usage: &str, opts: &Vec<&str>) -> bool {
| ^^^^^^^^^^ help: change this to: `&[&str]`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#ptr_arg
= note: `#[warn(clippy::ptr_arg)]` on by default
|
test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
push
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v3, docker/setup-buildx-action@v2. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|