From 3285e0a79490c477b886b362a68c4ce3114ec21c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 02:51:16 +0000 Subject: [PATCH] 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](https://github.com/stellar/stellar-cli/compare/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] --- .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..f6284e7 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.0.0 with: version: "26.0.0" - run: |