From 5cb8dd49e6c6f54d1eea4546da10dea8f4d246a8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Jul 2026 19:06:07 +0000 Subject: [PATCH] deps(ci): 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/build-contracts.yml | 2 +- .github/workflows/ci.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) mode change 100755 => 100644 .github/workflows/build-contracts.yml mode change 100755 => 100644 .github/workflows/ci.yml diff --git a/.github/workflows/build-contracts.yml b/.github/workflows/build-contracts.yml old mode 100755 new mode 100644 index 7fe5b4f..a01da20 --- a/.github/workflows/build-contracts.yml +++ b/.github/workflows/build-contracts.yml @@ -47,7 +47,7 @@ jobs: wasm-opt --version - name: Cache Cargo registry + build artifacts - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: | ~/.cargo/registry diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml old mode 100755 new mode 100644 index e4cf0c4..91eaa45 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -102,7 +102,7 @@ jobs: components: rust-src - name: Cache Cargo registry - uses: actions/cache@v4 + uses: actions/cache@v6 with: path: | ~/.cargo/registry