Skip to content

build(deps-dev): bump ex_doc from 0.30.6 to 0.30.7 #172

build(deps-dev): bump ex_doc from 0.30.6 to 0.30.7

build(deps-dev): bump ex_doc from 0.30.6 to 0.30.7 #172

Triggered via pull request October 16, 2023 13:33
Status Success
Total duration 6m 0s
Artifacts

elixir_checks.yml

on: pull_request
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
Checks
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/
Checks: deps/neotomex/mix.exs#L3
use Mix.Config is deprecated. Use the Config module instead
Checks
Dbg.clear/0 is undefined (module Dbg is not available or is yet to be defined)
Checks
Dbg.local_call/1 is undefined (module Dbg is not available or is yet to be defined)
Checks
Dbg.trace/2 is undefined (module Dbg is not available or is yet to be defined)
Checks: deps/neotomex/mix.exs#L3
use Mix.Config is deprecated. Use the Config module instead
Checks
Dbg.clear/0 is undefined (module Dbg is not available or is yet to be defined)
Checks
Dbg.local_call/1 is undefined (module Dbg is not available or is yet to be defined)
Checks
Dbg.trace/2 is undefined (module Dbg is not available or is yet to be defined)
Checks
System.get_pid/0 is deprecated. Use System.pid/0 instead
Checks: test/support/js_parser.ex#L17
variable "e" is unused (if the variable is not meant to be used, prefix it with an underscore)