Updated Put #154
Annotations
4 warnings
Your workflow is using a version of actions/cache that is scheduled for deprecation, actions/cache@v1. Please update your workflow to use either v3 or v4 of actions/cache to avoid interruptions. Learn more: https://github.blog/changelog/2024-12-05-notice-of-upcoming-releases-and-breaking-changes-for-github-actions/#actions-cache-v1-v2-and-actions-toolkit-cache-package-closing-down
|
test:
test/hl7_query_test.exs#L201
HL7.Query.get_part/2 is deprecated. use HL7.Query.find_first/2 instead
|
test:
test/hl7_query_test.exs#L230
HL7.Query.get_parts/2 is deprecated. use HL7.Query.find_all/2 instead
|
test:
test/hl7_query_test.exs#L516
HL7.Query.replace_parts/3 is deprecated. use HL7.Query.update/2 instead
|
Loading