We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2a48418 commit 66725e9Copy full SHA for 66725e9
.github/workflows/release.yml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
- uses: actions/checkout@v4
17
- run: rustup update
18
- - uses: stellar/stellar-cli@v23.0.0
+ - uses: stellar/stellar-cli@v23.1.4
19
- run: make -C contracts/sink-carbon/ test
20
21
release-sink-carbon:
.github/workflows/rust.yml
@@ -19,7 +19,7 @@ jobs:
- name: Rustup
run: rustup update
- name: Install Stellar CLI
22
- uses: stellar/stellar-cli@v23.0.0
+ uses: stellar/stellar-cli@v23.1.4
23
- name: Cache
24
uses: actions/cache@v4
25
with:
0 commit comments