Skip to content

Merge pull request #1912 from paritytech/dependabot/github_actions/ac… #1089

Merge pull request #1912 from paritytech/dependabot/github_actions/ac…

Merge pull request #1912 from paritytech/dependabot/github_actions/ac… #1089

Triggered via push December 6, 2024 15:13
Status Success
Total duration 44s
Artifacts

gh-pages.yml

on: push
build-and-deploy
14s
build-and-deploy
Fit to window
Zoom out
Zoom in

Annotations

2 warnings
build-and-deploy
ubuntu-latest pipelines will use ubuntu-24.04 soon. For more details, see https://github.com/actions/runner-images/issues/10636
use of a fallible conversion when an infallible one could be used: crates/parser/src/lib.rs#L184
warning: use of a fallible conversion when an infallible one could be used --> crates/parser/src/lib.rs:184:10 | 184 | .try_into() | ^^^^^^^^ help: use: `into` | = note: converting `&str` to `PathBuf` cannot fail = help: for further information visit https://rust-lang.github.io/rust-clippy/master/index.html#unnecessary_fallible_conversions = note: `#[warn(clippy::unnecessary_fallible_conversions)]` on by default