Update dependencies #27
Annotations
2 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: mbrobbel/[email protected]. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
clippy:
src/jenkins.rs#L84
warning: the borrowed expression implements the required traits
--> src/jenkins.rs:84:39
|
84 | let mut request = client.post(&self.trigger_url());
| ^^^^^^^^^^^^^^^^^^^ help: change this to: `self.trigger_url()`
|
= help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
= note: `#[warn(clippy::needless_borrows_for_generic_args)]` on by default
|
Loading