Skip to content

Make httpoison dependency >= 1.8.0 #206

Make httpoison dependency >= 1.8.0

Make httpoison dependency >= 1.8.0 #206

Triggered via push November 5, 2024 13:03
Status Success
Total duration 1m 4s
Artifacts

ci.yml

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

Annotations

29 warnings
Build and test (26.1.2, 1.15.6)
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v2. Please update your workflow to use the latest version of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-09-16-notice-of-upcoming-deprecations-and-changes-in-github-actions-services/
Build and test (26.1.2, 1.15.6)
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/
Build and test (26.1.2, 1.15.6)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v2, actions/cache@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
Build and test (26.1.2, 1.15.6): config/config.exs#L3
use Mix.Config is deprecated. Use the Config module instead
Build and test (26.1.2, 1.15.6): config/config.exs#L5
Mix.Config.import_config/1 is deprecated. Use the Config module instead
Build and test (26.1.2, 1.15.6): config/dev.exs#L1
use Mix.Config is deprecated. Use the Config module instead
Build and test (26.1.2, 1.15.6): config/dev.exs#L3
Mix.Config.config/3 is deprecated. Use the Config module instead
Build and test (26.1.2, 1.15.6): config/dev.exs#L14
Mix.Config.config/3 is deprecated. Use the Config module instead
Build and test (26.1.2, 1.15.6): config/dev.exs#L15
Mix.Config.config/3 is deprecated. Use the Config module instead
Build and test (26.1.2, 1.15.6): config/config.exs#L3
use Mix.Config is deprecated. Use the Config module instead
Build and test (26.1.2, 1.15.6): config/config.exs#L5
Mix.Config.import_config/1 is deprecated. Use the Config module instead
Build and test (26.1.2, 1.15.6): config/dev.exs#L1
use Mix.Config is deprecated. Use the Config module instead
Build and test (26.1.2, 1.15.6): config/dev.exs#L3
Mix.Config.config/3 is deprecated. Use the Config module instead
Build and test (26.1.2, 1.15.6): config/config.exs#L3
use Mix.Config is deprecated. Use the Config module instead
Build and test (26.1.2, 1.15.6): config/config.exs#L5
Mix.Config.import_config/1 is deprecated. Use the Config module instead
Build and test (26.1.2, 1.15.6): config/dev.exs#L1
use Mix.Config is deprecated. Use the Config module instead
Build and test (26.1.2, 1.15.6): config/dev.exs#L3
Mix.Config.config/3 is deprecated. Use the Config module instead
Build and test (26.1.2, 1.15.6): config/dev.exs#L14
Mix.Config.config/3 is deprecated. Use the Config module instead
Build and test (26.1.2, 1.15.6): config/dev.exs#L15
Mix.Config.config/3 is deprecated. Use the Config module instead
Build and test (26.1.2, 1.15.6): config/config.exs#L3
use Mix.Config is deprecated. Use the Config module instead
Build and test (26.1.2, 1.15.6): config/config.exs#L5
Mix.Config.import_config/1 is deprecated. Use the Config module instead
Build and test (26.1.2, 1.15.6): config/test.exs#L1
use Mix.Config is deprecated. Use the Config module instead
Build and test (26.1.2, 1.15.6): config/test.exs#L3
Mix.Config.config/3 is deprecated. Use the Config module instead
Build and test (26.1.2, 1.15.6): config/test.exs#L7
Mix.Config.config/3 is deprecated. Use the Config module instead
Build and test (26.1.2, 1.15.6): config/test.exs#L8
Mix.Config.config/3 is deprecated. Use the Config module instead
Build and test (26.1.2, 1.15.6)
Application.get_env/2 is discouraged in the module body, use Application.compile_env/3 instead
Build and test (26.1.2, 1.15.6)
use Bitwise is deprecated. import Bitwise instead
Build and test (26.1.2, 1.15.6)
use Bitwise is deprecated. import Bitwise instead
Build and test (26.1.2, 1.15.6)
Enum.chunk/2 is deprecated. Use Enum.chunk_every/2 instead