From f08c952272d73c46a9055afff9f80c3e5476b674 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 26 Jun 2026 21:13:35 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 5 to 6 Bumps [actions/cache](https://github.com/actions/cache) from 5 to 6. - [Release notes](https://github.com/actions/cache/releases) - [Commits](https://github.com/actions/cache/compare/v5...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/ci.yml | 10 +++++----- .github/workflows/contracts-ci.yml | 4 ++-- .github/workflows/contracts-fuzz.yml | 6 +++--- .github/workflows/e2e-coverage.yml | 2 +- .github/workflows/rust.yml | 6 +++--- .github/workflows/soroban-deploy.yml | 2 +- 6 files changed, 15 insertions(+), 15 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7ddaae2f..9021c11c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: run: rustup target add wasm32-unknown-unknown - name: Cache cargo registry & build artifacts - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cargo/bin/ @@ -254,7 +254,7 @@ jobs: libpango-1.0-0 libcairo2 libasound2 - name: Cache Playwright browsers - uses: actions/cache@v5 + uses: actions/cache@v6 id: playwright-cache with: path: ~/.cache/ms-playwright @@ -319,7 +319,7 @@ jobs: libpango-1.0-0 libcairo2 libasound2 - name: Cache Playwright browsers - uses: actions/cache@v5 + uses: actions/cache@v6 id: playwright-cache with: path: ~/.cache/ms-playwright @@ -345,7 +345,7 @@ jobs: uses: dtolnay/rust-toolchain@stable - name: Cache cargo registry & build artifacts - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cargo/bin/ @@ -422,7 +422,7 @@ jobs: targets: wasm32-unknown-unknown - name: Cache cargo registry & build artifacts - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cargo/bin/ diff --git a/.github/workflows/contracts-ci.yml b/.github/workflows/contracts-ci.yml index 314ea6c4..4df88acb 100644 --- a/.github/workflows/contracts-ci.yml +++ b/.github/workflows/contracts-ci.yml @@ -88,7 +88,7 @@ jobs: components: clippy - name: Cache cargo artifacts - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cargo/bin/ @@ -140,7 +140,7 @@ jobs: targets: wasm32-unknown-unknown - name: Cache cargo artifacts - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cargo/bin/ diff --git a/.github/workflows/contracts-fuzz.yml b/.github/workflows/contracts-fuzz.yml index f8c0826f..e8ef691f 100644 --- a/.github/workflows/contracts-fuzz.yml +++ b/.github/workflows/contracts-fuzz.yml @@ -33,7 +33,7 @@ jobs: uses: dtolnay/rust-toolchain@stable - name: Cache cargo artifacts - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cargo/bin/ @@ -69,7 +69,7 @@ jobs: uses: dtolnay/rust-toolchain@nightly - name: Cache cargo artifacts - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cargo/bin/ @@ -122,7 +122,7 @@ jobs: uses: dtolnay/rust-toolchain@nightly - name: Cache cargo artifacts - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cargo/bin/ diff --git a/.github/workflows/e2e-coverage.yml b/.github/workflows/e2e-coverage.yml index 89fc32fc..c6e67758 100644 --- a/.github/workflows/e2e-coverage.yml +++ b/.github/workflows/e2e-coverage.yml @@ -23,7 +23,7 @@ jobs: toolchain: stable - name: Cache dependencies - uses: actions/cache@27d5ce7f107fe9357f9df03efb73ab90386fccae # v5 + uses: actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v5 with: path: | ~/.cargo/bin/ diff --git a/.github/workflows/rust.yml b/.github/workflows/rust.yml index 312ee92f..84e05bf8 100644 --- a/.github/workflows/rust.yml +++ b/.github/workflows/rust.yml @@ -25,7 +25,7 @@ jobs: components: rustfmt, clippy - name: Cache cargo registry & build artifacts - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cargo/registry @@ -72,7 +72,7 @@ jobs: uses: dtolnay/rust-toolchain@stable - name: Cache cargo registry & build artifacts - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cargo/registry @@ -123,7 +123,7 @@ jobs: uses: dtolnay/rust-toolchain@stable - name: Cache cargo registry & build artifacts - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cargo/registry diff --git a/.github/workflows/soroban-deploy.yml b/.github/workflows/soroban-deploy.yml index 3c58cd86..4843befd 100644 --- a/.github/workflows/soroban-deploy.yml +++ b/.github/workflows/soroban-deploy.yml @@ -52,7 +52,7 @@ jobs: components: rustfmt, clippy - name: Cache cargo build artifacts - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cargo/registry