Skip to content

Commit d807e11

Browse files
build(deps): bump stellar/stellar-cli
Bumps the actions-minor group with 1 update in the / directory: [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](stellar/stellar-cli@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] <support@github.com>
1 parent e92eefb commit d807e11

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/contract-release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
echo "OUTPUT=$OUTPUT" >> $GITHUB_ENV
108108
109109
- name: Build contract
110-
uses: stellar/stellar-cli@v26.0.0
110+
uses: stellar/stellar-cli@v26.1.0
111111
with:
112112
version: "26.0.0"
113113
- run: |

.github/workflows/rust.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
- uses: mozilla-actions/sccache-action@v0.0.10
4040
- name: Run cargo fmt
4141
run: cargo fmt --all -- --check
42-
- uses: stellar/stellar-cli@v26.0.0
42+
- uses: stellar/stellar-cli@v26.1.0
4343
- name: Install stellar-scaffold (just build uses `stellar scaffold build`)
4444
run: cargo binstall -y stellar-scaffold-cli@0.0.24
4545
- name: build since clippy needs contracts to be built

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- uses: taiki-e/install-action@just
3333
- uses: taiki-e/install-action@nextest
3434
- uses: cargo-bins/cargo-binstall@main
35-
- uses: stellar/stellar-cli@v26.0.0
35+
- uses: stellar/stellar-cli@v26.1.0
3636
- name: Install stellar-scaffold (just build uses `stellar scaffold build`)
3737
run: cargo binstall -y stellar-scaffold-cli@0.0.24
3838
- uses: mozilla-actions/sccache-action@v0.0.10

0 commit comments

Comments
 (0)