Skip to content

Commit 3eb2719

Browse files
build(deps): bump stellar/stellar-cli from 26.0.0 to 27.0.0
Bumps [stellar/stellar-cli](https://github.com/stellar/stellar-cli) from 26.0.0 to 27.0.0. - [Release notes](https://github.com/stellar/stellar-cli/releases) - [Commits](stellar/stellar-cli@v26.0.0...v27.0.0) --- updated-dependencies: - dependency-name: stellar/stellar-cli dependency-version: 27.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 485cdf9 commit 3eb2719

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- uses: mozilla-actions/sccache-action@v0.0.10
4040
- name: Run cargo fmt
4141
run: cargo fmt --all -- --check
42-
- uses: stellar/stellar-cli@v26.0.0
42+
- uses: stellar/stellar-cli@v27.0.0
4343
- name: build since clippy needs contracts to be built
4444
run: just build
4545
- name: Run cargo clippy

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
- uses: taiki-e/install-action@just
3535
- uses: taiki-e/install-action@nextest
3636
- uses: cargo-bins/cargo-binstall@main
37-
- uses: stellar/stellar-cli@v26.0.0
37+
- uses: stellar/stellar-cli@v27.0.0
3838
- uses: mozilla-actions/sccache-action@v0.0.10
3939

4040
# Integration tests load registry.wasm + hello_v1/v2.wasm from

0 commit comments

Comments
 (0)