From c3d2f9494381c80567db041ef176ae038bce2665 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 6 Aug 2026 15:35:34 +0000 Subject: [PATCH] build(deps): bump mozilla-actions/sccache-action Bumps the actions-minor group with 1 update in the / directory: [mozilla-actions/sccache-action](https://github.com/mozilla-actions/sccache-action). Updates `mozilla-actions/sccache-action` from 0.0.10 to 0.0.11 - [Release notes](https://github.com/mozilla-actions/sccache-action/releases) - [Commits](https://github.com/mozilla-actions/sccache-action/compare/v0.0.10...v0.0.11) --- updated-dependencies: - dependency-name: mozilla-actions/sccache-action dependency-version: 0.0.11 dependency-type: direct:production update-type: version-update:semver-patch dependency-group: actions-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/rust.yml | 2 +- .github/workflows/tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index e18520c..471d747 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -36,7 +36,7 @@ jobs: - uses: taiki-e/install-action@nextest - uses: taiki-e/install-action@just - uses: cargo-bins/cargo-binstall@main - - uses: mozilla-actions/sccache-action@v0.0.10 + - uses: mozilla-actions/sccache-action@v0.0.11 - name: Run cargo fmt run: cargo fmt --all -- --check - uses: stellar/stellar-cli@v26.0.0 diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e3f2411..29a8f0c 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -35,7 +35,7 @@ jobs: - uses: taiki-e/install-action@nextest - uses: cargo-bins/cargo-binstall@main - uses: stellar/stellar-cli@v26.0.0 - - uses: mozilla-actions/sccache-action@v0.0.10 + - uses: mozilla-actions/sccache-action@v0.0.11 # Integration tests load registry.wasm + hello_v1/v2.wasm from # target/stellar/local. The registry contract lives in a sibling repo;