From ad4dce9345d4f055250fed926039978fceb6fec1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 29 Mar 2026 21:16:46 +0000 Subject: [PATCH] chore(deps): bump actions/cache from 4 to 5 Bumps [actions/cache](https://github.com/actions/cache) from 4 to 5. - [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...v5) --- updated-dependencies: - dependency-name: actions/cache dependency-version: '5' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.yml | 4 ++-- .github/workflows/soroban-deploy.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d37b24c..d1b0965 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -27,7 +27,7 @@ jobs: components: rustfmt, clippy - name: Cache cargo registry & build artifacts - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cargo/bin/ @@ -185,7 +185,7 @@ jobs: targets: wasm32-unknown-unknown - name: Cache cargo registry & build artifacts - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cargo/bin/ diff --git a/.github/workflows/soroban-deploy.yml b/.github/workflows/soroban-deploy.yml index 4a4298b..b847931 100644 --- a/.github/workflows/soroban-deploy.yml +++ b/.github/workflows/soroban-deploy.yml @@ -51,7 +51,7 @@ jobs: components: rustfmt, clippy - name: Cache cargo build artifacts - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cargo/registry