-
Notifications
You must be signed in to change notification settings - Fork 168
ci: upgrade Hiero Solo action and version numbers #2699
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Changes from 1 commit
588e71f
630583b
ebb0996
fcf9757
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -249,12 +249,13 @@ jobs: | |
|
|
||
| - name: Prepare Hiero Solo (DUAL MODE) | ||
| id: solo | ||
| uses: hiero-ledger/hiero-solo-action@4d42a74e8e644a2753f3bb7a2afa429305375b14 # v0.16 | ||
| uses: hiero-ledger/hiero-solo-action@692b186bd2e4c8d46b9deb1c067dc6ddcf0abcd7 # v0.16 | ||
| with: | ||
| installMirrorNode: true | ||
| dualMode: true | ||
| hieroVersion: v0.68.0 | ||
| mirrorNodeVersion: v0.142.0 | ||
| hieroVersion: v0.72.0 | ||
| mirrorNodeVersion: v0.151.0 | ||
| soloVersion: v0.67.0 | ||
|
Member
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Remove the 'v' to match npm package naming conventions. I guess it should be something like
Contributor
Author
There was a problem hiding this comment. Choose a reason for hiding this commentThe reason will be displayed to describe this comment to others. Learn more. Is this required? i see other SDK teams have use the "v" in defining the versions. Ex: https://github.com/hiero-ledger/hiero-sdk-swift/pull/593/changes. |
||
|
|
||
| - name: Build SDK | ||
| run: ./gradlew assemble | ||
|
|
||
Uh oh!
There was an error while loading. Please reload this page.