From 0fb93ce68cff02e4c0e035d5fb30f43a443c84eb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 06:14:42 +0000 Subject: [PATCH] ci(deps): bump stellar/stellar-cli from 22.8.2 to 27.0.0 Bumps [stellar/stellar-cli](https://github.com/stellar/stellar-cli) from 22.8.2 to 27.0.0. - [Release notes](https://github.com/stellar/stellar-cli/releases) - [Commits](https://github.com/stellar/stellar-cli/compare/v22.8.2...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] --- .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 3deb1f1..47b5f71 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -103,7 +103,7 @@ jobs: contracts/wave_milestone - name: Install Stellar CLI - uses: stellar/stellar-cli@v22.8.2 + uses: stellar/stellar-cli@v27.0.0 - name: Build Soroban contract WASM run: stellar contract build --manifest-path Cargo.toml --package wave-milestone