Skip to content

Commit 7eff15e

Browse files
authored
chore: update solo action (#891)
Signed-off-by: exploreriii <[email protected]>
1 parent 51a5229 commit 7eff15e

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/workflows/examples.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434

3535
- name: Prepare Hiero Solo
3636
id: solo
37-
uses: hiero-ledger/hiero-solo-action@dd0048139ef1e40fd6067f01bf94eb42a67294f4 #v0.15.0
37+
uses: hiero-ledger/hiero-solo-action@fbca3e7a99ce9aa8a250563a81187abe115e0dad #v0.15.0
3838
with:
3939
installMirrorNode: true
4040
- name: Run Examples

.github/workflows/test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949

5050
- name: Prepare Hiero Solo
5151
id: solo
52-
uses: hiero-ledger/hiero-solo-action@dd0048139ef1e40fd6067f01bf94eb42a67294f4 # v0.15.0
52+
uses: hiero-ledger/hiero-solo-action@fbca3e7a99ce9aa8a250563a81187abe115e0dad # v0.15.0
5353
with:
5454
installMirrorNode: true
5555

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ This changelog is based on [Keep a Changelog](https://keepachangelog.com/en/1.1.
5252
- changed to add concurrency to workflow bot
5353

5454
### Fixed
55-
55+
- chore: updated solo action to avoid v5
5656
- chore: fix test.yml workflow to log import errors (#740)
5757
- chore: fixed integration test names without a test prefix or postfix
5858
- Staked node ID id issue in the account_create_transationt_e2e_test

0 commit comments

Comments
 (0)