From 64b6e435c7ae035e2307f7c09f27b5da7a63cfc2 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 06:11:22 +0000 Subject: [PATCH] chore(ci): 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) - [Changelog](https://github.com/actions/cache/blob/main/RELEASES.md) - [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/e2e-pipeline.yml | 2 +- .github/workflows/smart-contract-tests.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e-pipeline.yml b/.github/workflows/e2e-pipeline.yml index 4b629b8a..61a0c8d4 100644 --- a/.github/workflows/e2e-pipeline.yml +++ b/.github/workflows/e2e-pipeline.yml @@ -150,7 +150,7 @@ jobs: targets: wasm32-unknown-unknown - name: Cache Cargo registry - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cargo/bin/ diff --git a/.github/workflows/smart-contract-tests.yml b/.github/workflows/smart-contract-tests.yml index f39362d4..c36a71ae 100644 --- a/.github/workflows/smart-contract-tests.yml +++ b/.github/workflows/smart-contract-tests.yml @@ -21,7 +21,7 @@ jobs: override: true - name: Cache Rust dependencies - uses: actions/cache@v5 + uses: actions/cache@v6 with: path: | ~/.cargo/bin/