Skip to content

Bump dependencies to their latest versions #39

Bump dependencies to their latest versions

Bump dependencies to their latest versions #39

Triggered via push July 25, 2023 14:53
Status Failure
Total duration 1m 39s
Artifacts

test.yml

on: push
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

1 error and 4 warnings
test (1.15, 26, lint)
Process completed with exit code 1.
test (1.11, 23)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test (1.15, 26, lint)
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
test (1.15, 26, lint): lib/dsmr/crc16.ex#L4
use Bitwise is deprecated. import Bitwise instead
test (1.15, 26, lint)
Regex.regex?/1 is deprecated. Use Kernel.is_struct(term, Regex) or pattern match on %Regex{} instead