From cbb95251b5e6b2eafd06ce2340f7884448dbc13a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 00:13:52 +0000 Subject: [PATCH] build(deps): bump stellar/stellar-cli from 26.0.0 to 27.1.0 Bumps [stellar/stellar-cli](https://github.com/stellar/stellar-cli) from 26.0.0 to 27.1.0. - [Release notes](https://github.com/stellar/stellar-cli/releases) - [Commits](https://github.com/stellar/stellar-cli/compare/v26.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-major ... Signed-off-by: dependabot[bot] --- .github/workflows/contract-release.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/contract-release.yml b/.github/workflows/contract-release.yml index b26260a..38caf6c 100644 --- a/.github/workflows/contract-release.yml +++ b/.github/workflows/contract-release.yml @@ -107,7 +107,7 @@ jobs: echo "OUTPUT=$OUTPUT" >> $GITHUB_ENV - name: Build contract - uses: stellar/stellar-cli@v26.0.0 + uses: stellar/stellar-cli@v27.1.0 with: version: "26.0.0" - run: |