Skip to content

Commit 66725e9

Browse files
committed
ci: bump stellar-cli v23.1.4
1 parent 2a48418 commit 66725e9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
steps:
1616
- uses: actions/checkout@v4
1717
- run: rustup update
18-
- uses: stellar/stellar-cli@v23.0.0
18+
- uses: stellar/stellar-cli@v23.1.4
1919
- run: make -C contracts/sink-carbon/ test
2020

2121
release-sink-carbon:

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
- name: Rustup
2020
run: rustup update
2121
- name: Install Stellar CLI
22-
uses: stellar/stellar-cli@v23.0.0
22+
uses: stellar/stellar-cli@v23.1.4
2323
- name: Cache
2424
uses: actions/cache@v4
2525
with:

0 commit comments

Comments
 (0)