Skip to content

Update deps

Update deps #182

Triggered via push August 15, 2024 04:59
Status Success
Total duration 7m 14s
Artifacts

ci.yml

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

Annotations

4 warnings
Test on OTP 27.0 / Elixir 1.17.1
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/cache@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Test on OTP 27.0 / Elixir 1.17.1
0..@branch_factor - 1 inside guards requires an explicit step, please write 0..@branch_factor - 1//1 or 0..@branch_factor - 1//-1 instead
Test on OTP 27.0 / Elixir 1.17.1
start..stop inside match is deprecated, you must always match on the step: start..stop//var or start..stop//_ if you want to ignore it
Test on OTP 27.0 / Elixir 1.17.1
first..last inside match is deprecated, you must always match on the step: first..last//var or first..last//_ if you want to ignore it