Skip to content

chore: update soloVersion to v0.69.0 in examples and tests workflow#2298

Merged
manishdait merged 1 commit into
hiero-ledger:mainfrom
MonaaEid:chore/update-soloVersion
May 20, 2026
Merged

chore: update soloVersion to v0.69.0 in examples and tests workflow#2298
manishdait merged 1 commit into
hiero-ledger:mainfrom
MonaaEid:chore/update-soloVersion

Conversation

@MonaaEid

Copy link
Copy Markdown
Contributor

Description:
This PR updates the workflow configurations to use a newer version of the solo component in GitHub Actions. The change ensures that both the secondary examples and unit/integration test jobs use soloVersion v0.69.0 instead of v0.65.0.

Related issue(s):
Fixes #2297

Signed-off-by: MonaaEid <monaa_eid@hotmail.com>
@github-actions github-actions Bot added the priority: medium Medium, non-blocking label May 20, 2026
@MonaaEid
MonaaEid marked this pull request as ready for review May 20, 2026 00:59
@MonaaEid
MonaaEid requested review from a team as code owners May 20, 2026 00:59
@coderabbitai

coderabbitai Bot commented May 20, 2026

Copy link
Copy Markdown
Contributor

Review Change Stack

No actionable comments were generated in the recent review. 🎉

ℹ️ Recent review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: ASSERTIVE

Plan: Pro

Run ID: 9a899cac-df77-444e-8d22-de5f42802a61

📥 Commits

Reviewing files that changed from the base of the PR and between bc1e285 and 4c2266a.

📒 Files selected for processing (2)
  • .github/workflows/pr-check-secondary-examples.yml
  • .github/workflows/pr-check-secondary-unit-integration-test.yml

Walkthrough

Two GitHub Actions workflow files are updated to use Hiero Solo action version v0.69.0 instead of v0.65.0. The secondary examples workflow and the secondary unit/integration test workflow each have their soloVersion input updated to match the default compatible version specified in the hiero-solo-action configuration.

Changes

Hiero Solo Version Updates

Layer / File(s) Summary
Update Hiero Solo version in workflows
.github/workflows/pr-check-secondary-examples.yml, .github/workflows/pr-check-secondary-unit-integration-test.yml
The soloVersion input is updated from v0.65.0 to v0.69.0 in both the examples PR check workflow and the unit/integration test workflow to match the default compatible version in hiero-solo-action.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~2 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main change: updating soloVersion to v0.69.0 across workflow files for examples and tests.
Description check ✅ Passed The description clearly explains the purpose of the PR: updating workflow configurations to use soloVersion v0.69.0 instead of v0.65.0, and references the related issue #2297.
Linked Issues check ✅ Passed The PR successfully addresses issue #2297 by updating soloVersion to v0.69.0 in both secondary examples and unit/integration test workflow files as required.
Out of Scope Changes check ✅ Passed All changes are scoped to workflow configuration files and directly address the stated objective of updating soloVersion; no out-of-scope modifications are present.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

Updates the GitHub Actions workflows that provision Hiero Solo so that secondary example runs and unit/integration test runs use a newer soloVersion (v0.69.0) to address failing CI setup and align with the action’s compatible default.

Changes:

  • Bump soloVersion from v0.65.0 to v0.69.0 in the secondary examples workflow.
  • Bump soloVersion from v0.65.0 to v0.69.0 in the secondary unit/integration test workflow.

Reviewed changes

Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.

File Description
.github/workflows/pr-check-secondary-unit-integration-test.yml Updates soloVersion used by the Hiero Solo setup step for integration tests.
.github/workflows/pr-check-secondary-examples.yml Updates soloVersion used by the Hiero Solo setup step for running examples.

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

@github-actions github-actions Bot added open to community review PR is open for community review and feedback queue:junior-committer PR awaiting initial quality review labels May 20, 2026
@github-actions github-actions Bot added queue:committers PR awaiting committer technical review and removed queue:junior-committer PR awaiting initial quality review labels May 20, 2026
@manishdait
manishdait merged commit 05f4408 into hiero-ledger:main May 20, 2026
24 checks passed
@manishdait manishdait added this to the v0.2.7 milestone May 20, 2026
@MonaaEid
MonaaEid deleted the chore/update-soloVersion branch July 18, 2026 16:39
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

open to community review PR is open for community review and feedback priority: medium Medium, non-blocking queue:committers PR awaiting committer technical review

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Update soloVersion to v0.69.0 in examples and tests workflow

4 participants