fix: adjusting dependency to get rid of outdated ones #532
This run and associated checks have been archived and are scheduled for deletion.
Learn more about checks retention
conventional-prs.yml
on: pull_request_target
title-format
8s
Annotations
1 error and 1 warning
no function or associated item named `from_bytes` found for struct `byte_unit::Byte` in the current scope:
src/common/mod.rs#L27
error[E0599]: no function or associated item named `from_bytes` found for struct `byte_unit::Byte` in the current scope
--> src/common/mod.rs:27:15
|
27 | Byte::from_bytes((me.stat().unwrap().rss * page_size) as u128).get_appropriate_unit(true)
| ^^^^^^^^^^ function or associated item not found in `Byte`
|
title-format
The following actions uses node12 which is deprecated and will be forced to run on node16: amannn/action-semantic-pull-request@v3.4.0. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|