amazon-ion / ion-element-kotlin

IonElement is an immutable in-memory representation of the Ion data format. IonElement's API is idiomatic to Kotlin.
Apache License 2.0
8 stars 8 forks source link

Fix broken Github Workflow #62

Closed popematt closed 2 years ago

popematt commented 2 years ago

Issue #, if available:

N/A

Description of changes:

There was some 3rd party GH Action being used to checkout the git submodules, and that particular step no longer works. (See this failed workflow step, for example.) This change replaces the 3rd party step with the option to perform a recursive checkout in the github-provided action.

By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 license.