From db3b1b187d7843bb7b45d72b73731ebb7ebca590 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 19:16:21 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 4 to 6 Bumps [actions/cache](https://github.com/actions/cache) from 4 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [Commits](https://github.com/actions/cache/compare/v4...v6) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/soroban.yml | 6 +++--- .github/workflows/soroban_fuzz.yml | 6 +++--- 2 files changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/workflows/soroban.yml b/.github/workflows/soroban.yml index 0cf262d7..e267ddc5 100644 --- a/.github/workflows/soroban.yml +++ b/.github/workflows/soroban.yml @@ -49,7 +49,7 @@ jobs: components: rustfmt - name: Cache Cargo registry & build artifacts - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: | ~/.cargo/registry/index/ @@ -82,7 +82,7 @@ jobs: components: clippy - name: Cache Cargo registry & build artifacts - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: | ~/.cargo/registry/index/ @@ -134,7 +134,7 @@ jobs: targets: wasm32-unknown-unknown - name: Cache Cargo registry & build artifacts - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: | ~/.cargo/registry/index/ diff --git a/.github/workflows/soroban_fuzz.yml b/.github/workflows/soroban_fuzz.yml index 2f65ceff..3b414305 100644 --- a/.github/workflows/soroban_fuzz.yml +++ b/.github/workflows/soroban_fuzz.yml @@ -45,7 +45,7 @@ jobs: uses: dtolnay/rust-toolchain@nightly - name: Cache Cargo registry - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: | ~/.cargo/registry/index/ @@ -112,7 +112,7 @@ jobs: uses: dtolnay/rust-toolchain@nightly - name: Cache Cargo registry - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: | ~/.cargo/registry/index/ @@ -179,7 +179,7 @@ jobs: uses: dtolnay/rust-toolchain@nightly - name: Cache Cargo registry - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: | ~/.cargo/registry/index/