From 021300283fb5cd92ef5b58afea9502085b950450 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 31 Aug 2026 06:13:09 +0000 Subject: [PATCH] ci(deps): bump stellar/stellar-cli from 27.0.0 to 28.0.0 Bumps [stellar/stellar-cli](https://github.com/stellar/stellar-cli) from 27.0.0 to 28.0.0. - [Release notes](https://github.com/stellar/stellar-cli/releases) - [Commits](https://github.com/stellar/stellar-cli/compare/v27.0.0...v28.0.0) --- updated-dependencies: - dependency-name: stellar/stellar-cli dependency-version: 28.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5cd7c3c..ca15342 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -134,7 +134,7 @@ jobs: contracts/wave_milestone - name: Install Stellar CLI - uses: stellar/stellar-cli@v27.0.0 + uses: stellar/stellar-cli@v28.0.0 - name: Build Soroban contract WASM run: stellar contract build --manifest-path Cargo.toml --package wave-milestone