From 6a9278ed932b10714b10b348da23b4419b6869a6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 3 Aug 2026 06:19:03 +0000 Subject: [PATCH] ci(deps): bump stellar/stellar-cli from 27.0.0 to 27.1.0 Bumps [stellar/stellar-cli](https://github.com/stellar/stellar-cli) from 27.0.0 to 27.1.0. - [Release notes](https://github.com/stellar/stellar-cli/releases) - [Commits](https://github.com/stellar/stellar-cli/compare/v27.0.0...v27.1.0) --- updated-dependencies: - dependency-name: stellar/stellar-cli dependency-version: 27.1.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 c80b391..effc995 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -134,7 +134,7 @@ jobs: contracts/whoz_next - name: Install Stellar CLI - uses: stellar/stellar-cli@v27.0.0 + uses: stellar/stellar-cli@v27.1.0 - name: Build Soroban contract WASM run: stellar contract build --manifest-path Cargo.toml --package whoz-next