Skip to content

Update actions/checkout action to v6.0.3 #38

Update actions/checkout action to v6.0.3

Update actions/checkout action to v6.0.3 #38

Triggered via pull request June 2, 2026 15:09
Status Success
Total duration 19s
Artifacts

actionlint.yml

on: pull_request
runner / actionlint
15s
runner / actionlint
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
runner / actionlint
Input 'fail_on_error' has been deprecated with message: Deprecated, use `fail_level` instead.
this creates an owned instance just for comparison: src/main.rs#L21
warning: this creates an owned instance just for comparison --> src/main.rs:21:20 | 21 | if cli.path == PathBuf::from("-") { | ^^^^^^^^^^^^^^^^^^ help: try: `*"-"` | = help: for further information visit https://rust-lang.github.io/rust-clippy/rust-1.96.0/index.html#cmp_owned = note: `#[warn(clippy::cmp_owned)]` on by default