Skip to content

Merge pull request #657 from eyra/outlook-safelink #542

Merge pull request #657 from eyra/outlook-safelink

Merge pull request #657 from eyra/outlook-safelink #542

Triggered via push March 22, 2024 12:16
Status Success
Total duration 4m 2s
Artifacts

docs.yml

on: push
Fit to window
Zoom out
Zoom in

Annotations

11 warnings
docs
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: peaceiris/actions-gh-pages@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
docs: core/deps/poison/mix.exs#L4
String.strip/1 is deprecated. Use String.trim/1 instead
docs
Application.get_env/2 is discouraged in the module body, use Application.compile_env/3 instead
docs
use Bitwise is deprecated. import Bitwise instead
docs
use Bitwise is deprecated. import Bitwise instead
docs
Integer.to_char_list/2 is deprecated. Use Integer.to_charlist/2 instead
docs
System.get_pid/0 is deprecated. Use System.pid/0 instead
docs
System.get_pid/0 is deprecated. Use System.pid/0 instead
docs
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
docs
Application.get_env/3 is discouraged in the module body, use Application.compile_env/3 instead
docs
^^^ is deprecated. It is typically used as xor but it has the wrong precedence, use Bitwise.bxor/2 instead