ci: fix concurrency #50
Annotations
2 warnings
method `room_id` is never used:
src/config.rs#L32
warning: method `room_id` is never used
--> src/config.rs:32:10
|
27 | impl Config {
| ----------- method in this implementation
...
32 | pub fn room_id(&self, target: u64) -> Option<Arc<Uuid>> {
| ^^^^^^^
|
= note: `#[warn(dead_code)]` on by default
|
build
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2, 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/
|