Skip to content
This repository has been archived by the owner on Mar 10, 2024. It is now read-only.

chore: Configure Renovate - autoclosed #11

chore: Configure Renovate - autoclosed

chore: Configure Renovate - autoclosed #11

Triggered via pull request March 2, 2024 20:34
Status Failure
Total duration 3m 5s
Artifacts

main.yaml

on: pull_request
Conditionally skip ci
0s
Conditionally skip ci
Run cargo audit
2m 47s
Run cargo audit
Run cargo clippy
18s
Run cargo clippy
Run cargo docs
13s
Run cargo docs
Run cargo fmt
14s
Run cargo fmt
Run cargo test
1m 38s
Run cargo test
Fit to window
Zoom out
Zoom in

Annotations

40 errors and 30 warnings
Run cargo docs
package ID specification `web-tree-sitter-sys` did not match any packages
the borrowed expression implements the required traits: xtask/src/main.rs#L348
error: the borrowed expression implements the required traits --> xtask/src/main.rs:348:22 | 348 | cmd.args(&["--package", "web-tree-sitter-sg"]); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `["--package", "web-tree-sitter-sg"]` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
the borrowed expression implements the required traits: xtask/src/main.rs#L347
error: the borrowed expression implements the required traits --> xtask/src/main.rs:347:22 | 347 | cmd.args(&["--package", "xtask"]); | ^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `["--package", "xtask"]` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
the borrowed expression implements the required traits: xtask/src/main.rs#L346
error: the borrowed expression implements the required traits --> xtask/src/main.rs:346:22 | 346 | cmd.args(&["+nightly", "udeps", "--all-targets"]); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `["+nightly", "udeps", "--all-targets"]` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
the borrowed expression implements the required traits: xtask/src/main.rs#L316
error: the borrowed expression implements the required traits --> xtask/src/main.rs:316:22 | 316 | cmd.args(&["--package", "web-tree-sitter-sg"]); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `["--package", "web-tree-sitter-sg"]` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
the borrowed expression implements the required traits: xtask/src/main.rs#L315
error: the borrowed expression implements the required traits --> xtask/src/main.rs:315:22 | 315 | cmd.args(&["--package", "xtask"]); | ^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `["--package", "xtask"]` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
the borrowed expression implements the required traits: xtask/src/main.rs#L348
error: the borrowed expression implements the required traits --> xtask/src/main.rs:348:22 | 348 | cmd.args(&["--package", "web-tree-sitter-sg"]); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `["--package", "web-tree-sitter-sg"]` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
the borrowed expression implements the required traits: xtask/src/main.rs#L347
error: the borrowed expression implements the required traits --> xtask/src/main.rs:347:22 | 347 | cmd.args(&["--package", "xtask"]); | ^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `["--package", "xtask"]` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
the borrowed expression implements the required traits: xtask/src/main.rs#L346
error: the borrowed expression implements the required traits --> xtask/src/main.rs:346:22 | 346 | cmd.args(&["+nightly", "udeps", "--all-targets"]); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `["+nightly", "udeps", "--all-targets"]` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
the borrowed expression implements the required traits: xtask/src/main.rs#L316
error: the borrowed expression implements the required traits --> xtask/src/main.rs:316:22 | 316 | cmd.args(&["--package", "web-tree-sitter-sg"]); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `["--package", "web-tree-sitter-sg"]` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
the borrowed expression implements the required traits: xtask/src/main.rs#L315
error: the borrowed expression implements the required traits --> xtask/src/main.rs:315:22 | 315 | cmd.args(&["--package", "xtask"]); | ^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `["--package", "xtask"]` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
the borrowed expression implements the required traits: xtask/src/main.rs#L314
error: the borrowed expression implements the required traits --> xtask/src/main.rs:314:22 | 314 | cmd.args(&["test", "--examples", "--lib", "--tests"]); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `["test", "--examples", "--lib", "--tests"]` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
the borrowed expression implements the required traits: xtask/src/main.rs#L282
error: the borrowed expression implements the required traits --> xtask/src/main.rs:282:26 | 282 | cmd.args(&["tree-sitter", "build-wasm", "../node_modules/tree-sitter-javascript"]); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `["tree-sitter", "build-wasm", "../node_modules/tree-sitter-javascript"]` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
the borrowed expression implements the required traits: xtask/src/main.rs#L273
error: the borrowed expression implements the required traits --> xtask/src/main.rs:273:26 | 273 | cmd.args(&["ci"]); | ^^^^^^^ help: change this to: `["ci"]` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
the borrowed expression implements the required traits: xtask/src/main.rs#L314
error: the borrowed expression implements the required traits --> xtask/src/main.rs:314:22 | 314 | cmd.args(&["test", "--examples", "--lib", "--tests"]); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `["test", "--examples", "--lib", "--tests"]` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
the borrowed expression implements the required traits: xtask/src/main.rs#L244
error: the borrowed expression implements the required traits --> xtask/src/main.rs:244:22 | 244 | cmd.args(&["+nightly", "fmt", "--all"]); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `["+nightly", "fmt", "--all"]` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
the borrowed expression implements the required traits: xtask/src/main.rs#L282
error: the borrowed expression implements the required traits --> xtask/src/main.rs:282:26 | 282 | cmd.args(&["tree-sitter", "build-wasm", "../node_modules/tree-sitter-javascript"]); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `["tree-sitter", "build-wasm", "../node_modules/tree-sitter-javascript"]` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
the borrowed expression implements the required traits: xtask/src/main.rs#L273
error: the borrowed expression implements the required traits --> xtask/src/main.rs:273:26 | 273 | cmd.args(&["ci"]); | ^^^^^^^ help: change this to: `["ci"]` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
the borrowed expression implements the required traits: xtask/src/main.rs#L214
error: the borrowed expression implements the required traits --> xtask/src/main.rs:214:22 | 214 | cmd.args(&["+nightly", "doc"]); | ^^^^^^^^^^^^^^^^^^^^ help: change this to: `["+nightly", "doc"]` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
the borrowed expression implements the required traits: xtask/src/main.rs#L185
error: the borrowed expression implements the required traits --> xtask/src/main.rs:185:22 | 185 | cmd.args(&["--", "-D", "warnings"]); | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `["--", "-D", "warnings"]` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
the borrowed expression implements the required traits: xtask/src/main.rs#L183
error: the borrowed expression implements the required traits --> xtask/src/main.rs:183:22 | 183 | cmd.args(&["--package", "web-tree-sitter-sg"]); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `["--package", "web-tree-sitter-sg"]` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
the borrowed expression implements the required traits: xtask/src/main.rs#L182
error: the borrowed expression implements the required traits --> xtask/src/main.rs:182:22 | 182 | cmd.args(&["--package", "xtask"]); | ^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `["--package", "xtask"]` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
the borrowed expression implements the required traits: xtask/src/main.rs#L181
error: the borrowed expression implements the required traits --> xtask/src/main.rs:181:22 | 181 | cmd.args(&["+nightly", "clippy", "--all-targets"]); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `["+nightly", "clippy", "--all-targets"]` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
the borrowed expression implements the required traits: xtask/src/main.rs#L151
error: the borrowed expression implements the required traits --> xtask/src/main.rs:151:22 | 151 | cmd.args(&["--package", "web-tree-sitter-sg"]); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `["--package", "web-tree-sitter-sg"]` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
the borrowed expression implements the required traits: xtask/src/main.rs#L150
error: the borrowed expression implements the required traits --> xtask/src/main.rs:150:22 | 150 | cmd.args(&["--package", "xtask"]); | ^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `["--package", "xtask"]` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
the borrowed expression implements the required traits: xtask/src/main.rs#L149
error: the borrowed expression implements the required traits --> xtask/src/main.rs:149:22 | 149 | cmd.args(&["check", "--all-targets"]); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `["check", "--all-targets"]` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
the borrowed expression implements the required traits: xtask/src/main.rs#L244
error: the borrowed expression implements the required traits --> xtask/src/main.rs:244:22 | 244 | cmd.args(&["+nightly", "fmt", "--all"]); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `["+nightly", "fmt", "--all"]` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
the borrowed expression implements the required traits: xtask/src/main.rs#L118
error: the borrowed expression implements the required traits --> xtask/src/main.rs:118:22 | 118 | cmd.args(&["--package", "web-tree-sitter-sg"]); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `["--package", "web-tree-sitter-sg"]` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
the borrowed expression implements the required traits: xtask/src/main.rs#L214
error: the borrowed expression implements the required traits --> xtask/src/main.rs:214:22 | 214 | cmd.args(&["+nightly", "doc"]); | ^^^^^^^^^^^^^^^^^^^^ help: change this to: `["+nightly", "doc"]` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
the borrowed expression implements the required traits: xtask/src/main.rs#L117
error: the borrowed expression implements the required traits --> xtask/src/main.rs:117:22 | 117 | cmd.args(&["build"]); | ^^^^^^^^^^ help: change this to: `["build"]` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args note: the lint level is defined here --> xtask/src/main.rs:1:9 | 1 | #![deny(clippy::all)] | ^^^^^^^^^^^ = note: `#[deny(clippy::needless_borrows_for_generic_args)]` implied by `#[deny(clippy::all)]`
the borrowed expression implements the required traits: xtask/src/main.rs#L185
error: the borrowed expression implements the required traits --> xtask/src/main.rs:185:22 | 185 | cmd.args(&["--", "-D", "warnings"]); | ^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `["--", "-D", "warnings"]` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
the borrowed expression implements the required traits: xtask/src/main.rs#L183
error: the borrowed expression implements the required traits --> xtask/src/main.rs:183:22 | 183 | cmd.args(&["--package", "web-tree-sitter-sg"]); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `["--package", "web-tree-sitter-sg"]` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
the borrowed expression implements the required traits: xtask/src/main.rs#L182
error: the borrowed expression implements the required traits --> xtask/src/main.rs:182:22 | 182 | cmd.args(&["--package", "xtask"]); | ^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `["--package", "xtask"]` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
the borrowed expression implements the required traits: xtask/src/main.rs#L181
error: the borrowed expression implements the required traits --> xtask/src/main.rs:181:22 | 181 | cmd.args(&["+nightly", "clippy", "--all-targets"]); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `["+nightly", "clippy", "--all-targets"]` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
the borrowed expression implements the required traits: xtask/src/main.rs#L151
error: the borrowed expression implements the required traits --> xtask/src/main.rs:151:22 | 151 | cmd.args(&["--package", "web-tree-sitter-sg"]); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `["--package", "web-tree-sitter-sg"]` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
the borrowed expression implements the required traits: xtask/src/main.rs#L150
error: the borrowed expression implements the required traits --> xtask/src/main.rs:150:22 | 150 | cmd.args(&["--package", "xtask"]); | ^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `["--package", "xtask"]` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
the borrowed expression implements the required traits: xtask/src/main.rs#L149
error: the borrowed expression implements the required traits --> xtask/src/main.rs:149:22 | 149 | cmd.args(&["check", "--all-targets"]); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `["check", "--all-targets"]` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
the borrowed expression implements the required traits: xtask/src/main.rs#L118
error: the borrowed expression implements the required traits --> xtask/src/main.rs:118:22 | 118 | cmd.args(&["--package", "web-tree-sitter-sg"]); | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ help: change this to: `["--package", "web-tree-sitter-sg"]` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args
the borrowed expression implements the required traits: xtask/src/main.rs#L117
error: the borrowed expression implements the required traits --> xtask/src/main.rs:117:22 | 117 | cmd.args(&["build"]); | ^^^^^^^^^^ help: change this to: `["build"]` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#needless_borrows_for_generic_args note: the lint level is defined here --> xtask/src/main.rs:1:9 | 1 | #![deny(clippy::all)] | ^^^^^^^^^^^ = note: `#[deny(clippy::needless_borrows_for_generic_args)]` implied by `#[deny(clippy::all)]`
Run cargo clippy
Clippy had exited with the 101 exit code
Run cargo docs
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/.
Run cargo docs
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/
Run cargo docs
`/home/runner/work/web-tree-sitter-sg/web-tree-sitter-sg/.cargo/config` is deprecated in favor of `config.toml`
Run cargo docs
`/home/runner/work/web-tree-sitter-sg/web-tree-sitter-sg/.cargo/config` is deprecated in favor of `config.toml`
Run cargo docs
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/
Run cargo docs
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/
Run cargo docs
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/
Run cargo docs
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/
Run cargo fmt
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/.
Run cargo 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/
Run cargo 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/
Run cargo 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/
Run cargo 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/
Run cargo 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/
Run cargo fmt
`/home/runner/work/web-tree-sitter-sg/web-tree-sitter-sg/.cargo/config` is deprecated in favor of `config.toml`
Run cargo clippy
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/clippy-check@v1. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
Run cargo clippy
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/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/
Run cargo clippy
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/
Run cargo clippy
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/
Run cargo clippy
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/
Run cargo clippy
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/
Run cargo test
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions-rs/toolchain@v1, actions/cache@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/.
Run cargo test
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions-rs/toolchain@v1, actions/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/
Run cargo test
the following packages contain code that will be rejected by a future version of Rust: buf_redux v0.8.4, multipart v0.18.0, wasmparser v0.59.0
Run cargo test
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/
Run cargo test
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/
Run cargo test
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/
Run cargo test
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/
Run cargo audit
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/checkout@v2, actions/cache@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/.
Run cargo audit
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/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/