Skip to content

fix deprecation warnings #36

fix deprecation warnings

fix deprecation warnings #36

Re-run triggered January 24, 2024 14:12
Status Success
Total duration 1m 54s
Artifacts

integration.yml

on: pull_request
Matrix: integration | setup dependencies
Matrix: Integration Test
Fit to window
Zoom out
Zoom in

Annotations

10 warnings
integration | setup dependencies (1.15, 26.1)
The following actions uses node12 which is deprecated and will be forced to run on node16: styfle/[email protected], 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/
integration | setup dependencies (1.15, 26.1)
Unexpected input(s) 'experimental-otp', valid inputs are ['github-token', 'otp-version', 'elixir-version', 'gleam-version', 'install-hex', 'install-rebar', 'rebar3-version', 'version-type', 'disable_problem_matchers', 'version-file', 'hexpm-mirrors']
integration | setup dependencies (1.15, 26.1)
use Bitwise is deprecated. import Bitwise instead
integration | setup dependencies (1.15, 26.1)
use Bitwise is deprecated. import Bitwise instead
integration | setup dependencies (1.15, 26.1)
CAStore.file_path/0 is undefined (module CAStore is not available or is yet to be defined)
integration | setup dependencies (1.15, 26.1)
use Bitwise is deprecated. import Bitwise instead
integration | setup dependencies (1.15, 26.1)
Ecto.Migrator.run/4 is undefined (module Ecto.Migrator is not available or is yet to be defined)
Integration Test (1.15, 26.1)
The following actions uses node12 which is deprecated and will be forced to run on node16: styfle/[email protected], 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/
Integration Test (1.15, 26.1)
Unexpected input(s) 'experimental-otp', valid inputs are ['github-token', 'otp-version', 'elixir-version', 'gleam-version', 'install-hex', 'install-rebar', 'rebar3-version', 'version-type', 'disable_problem_matchers', 'version-file', 'hexpm-mirrors']
Integration Test (1.15, 26.1): test/support/integration_case.ex#L7
Code.ensure_compiled?/1 is deprecated. Use Code.ensure_compiled/1 instead (see the proper disclaimers in its docs)