From 0027ead1be8f17af7052ae8f93eb8c5ca589aec1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 24 Apr 2026 08:55:16 +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/wasm.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/wasm.yml b/.github/workflows/wasm.yml index 9d7b66c..840836f 100644 --- a/.github/workflows/wasm.yml +++ b/.github/workflows/wasm.yml @@ -42,7 +42,7 @@ jobs: components: rustfmt, clippy - name: Cache Cargo registry - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cargo/registry key: ${{ runner.os }}-cargo-registry-${{ hashFiles('**/Cargo.lock') }} @@ -50,7 +50,7 @@ jobs: ${{ runner.os }}-cargo-registry- - name: Cache Cargo index - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: ~/.cargo/git key: ${{ runner.os }}-cargo-index-${{ hashFiles('**/Cargo.lock') }} @@ -58,7 +58,7 @@ jobs: ${{ runner.os }}-cargo-index- - name: Cache Cargo build - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: native/rust/target key: ${{ runner.os }}-cargo-build-target-${{ hashFiles('**/Cargo.lock') }} @@ -143,7 +143,7 @@ jobs: components: rustfmt, clippy - name: Cache Cargo dependencies - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.cargo/registry @@ -202,7 +202,7 @@ jobs: version: 8 - name: Cache node modules - uses: actions/cache@v4 + uses: actions/cache@v5 with: path: | ~/.pnpm-store