From 872a8664f31a07198bba321350875343eec3e2b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 3 Sep 2026 15:06:21 +0000 Subject: [PATCH] chore(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 | 4 ++-- .github/workflows/release.yml | 6 +++--- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 1b6c7c1..c9b260c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - - uses: stellar/stellar-cli@v27.0.0 + - uses: stellar/stellar-cli@v28.0.0 with: version: 27.0.0 - uses: Swatinem/rust-cache@v2 @@ -47,7 +47,7 @@ jobs: with: name: optimized-wasm path: artifacts/release - - uses: stellar/stellar-cli@v27.0.0 + - uses: stellar/stellar-cli@v28.0.0 with: version: 27.0.0 - uses: actions/setup-node@v4 diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index a3357e9..2d9b8e7 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -74,7 +74,7 @@ jobs: and .sdk.provenance_verified == false and .demo.published == false' \ deployments/testnet.json >/dev/null - - uses: stellar/stellar-cli@v27.0.0 + - uses: stellar/stellar-cli@v28.0.0 with: version: 27.0.0 - uses: Swatinem/rust-cache@v2 @@ -160,7 +160,7 @@ jobs: id-token: write steps: - uses: actions/checkout@v4 - - uses: stellar/stellar-cli@v27.0.0 + - uses: stellar/stellar-cli@v28.0.0 with: version: 27.0.0 - uses: actions/download-artifact@v4 @@ -219,7 +219,7 @@ jobs: - uses: actions/setup-node@v4 with: node-version: 22 - - uses: stellar/stellar-cli@v27.0.0 + - uses: stellar/stellar-cli@v28.0.0 with: version: 27.0.0 - name: Verify every public artifact and finalize evidence