From 73d33c80bdd5dfe1241bc26fce23eaf06dab34a8 Mon Sep 17 00:00:00 2001 From: Leigh McCulloch <351529+leighmcculloch@users.noreply.github.com> Date: Wed, 16 Oct 2024 09:30:49 +1000 Subject: [PATCH] Update stellar-cli action (#333) --- .github/workflows/rust.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index a53d6051..c9fd4535 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -79,9 +79,9 @@ jobs: - run: cargo version - run: rustup target add ${{ matrix.sys.target }} - run: rustup target add wasm32-unknown-unknown - - uses: stellar/stellar-cli@d538ea9a1b5bbf1847a987ccf316d34e55465313 + - uses: stellar/stellar-cli@4b2738e96f955904a9cf815e0a0bb947bf8201eb with: - version: 21.5.0 + version: 21.5.3 - run: make test env: CARGO_BUILD_TARGET: ${{ matrix.sys.target }}