From 2610e2828fc06085f047ac734ed02d1b8fed31cc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 28 May 2026 17:45:32 +0000 Subject: [PATCH] build(deps): bump stellar/stellar-cli in the actions-minor group Bumps the actions-minor group with 1 update: [stellar/stellar-cli](https://github.com/stellar/stellar-cli). Updates `stellar/stellar-cli` from 26.0.0 to 26.1.0 - [Release notes](https://github.com/stellar/stellar-cli/releases) - [Commits](https://github.com/stellar/stellar-cli/compare/v26.0.0...v26.1.0) --- updated-dependencies: - dependency-name: stellar/stellar-cli dependency-version: 26.1.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: actions-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/rust.yml | 2 +- .github/workflows/tests.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index e18520c..14bc7f6 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -39,7 +39,7 @@ jobs: - uses: mozilla-actions/sccache-action@v0.0.10 - name: Run cargo fmt run: cargo fmt --all -- --check - - uses: stellar/stellar-cli@v26.0.0 + - uses: stellar/stellar-cli@v26.1.0 - name: build since clippy needs contracts to be built run: just build - name: Run cargo clippy diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 5766c65..4575b62 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -34,7 +34,7 @@ jobs: - uses: taiki-e/install-action@just - uses: taiki-e/install-action@nextest - uses: cargo-bins/cargo-binstall@main - - uses: stellar/stellar-cli@v26.0.0 + - uses: stellar/stellar-cli@v26.1.0 - uses: mozilla-actions/sccache-action@v0.0.10 # Integration tests load registry.wasm + hello_v1/v2.wasm from @@ -118,7 +118,7 @@ jobs: - uses: actions/checkout@v6 - uses: taiki-e/install-action@just - uses: taiki-e/install-action@nextest - - uses: stellar/stellar-cli@v26.0.0 + - uses: stellar/stellar-cli@v26.1.0 - name: Download nextest archive uses: actions/download-artifact@v8 with: