Skip to content

Update actions/checkout action to v4.3.0 #3

Update actions/checkout action to v4.3.0

Update actions/checkout action to v4.3.0 #3

Triggered via pull request August 11, 2025 15:25
Status Success
Total duration 14s
Artifacts

actionlint.yml

on: pull_request
runner / actionlint
11s
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.
called `Iterator::last` on a `DoubleEndedIterator`; this will needlessly iterate the entire iterator: src/main.rs#L20
warning: called `Iterator::last` on a `DoubleEndedIterator`; this will needlessly iterate the entire iterator --> src/main.rs:20:13 | 20 | / line.split(' ') 21 | | .last() | |__________________-----^ | | | help: try: `next_back()` | = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#double_ended_iterator_last = note: `#[warn(clippy::double_ended_iterator_last)]` on by default