From 3d4f2db0bbe1dd77eae95a662262d74d39c9818d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Jul 2026 14:22:32 +0000 Subject: [PATCH] chore(deps): 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/lint-fmt.yml | 4 ++-- .github/workflows/tests.yml | 14 +++++++------- 2 files changed, 9 insertions(+), 9 deletions(-) diff --git a/.github/workflows/lint-fmt.yml b/.github/workflows/lint-fmt.yml index 69a6fc83..d4141de9 100644 --- a/.github/workflows/lint-fmt.yml +++ b/.github/workflows/lint-fmt.yml @@ -16,7 +16,7 @@ jobs: toolchain: stable components: rustfmt - - uses: actions/cache@v4 + - uses: actions/cache@v6 with: path: | ~/.cargo/registry @@ -41,7 +41,7 @@ jobs: components: clippy target: wasm32-unknown-unknown - - uses: actions/cache@v4 + - uses: actions/cache@v6 with: path: | ~/.cargo/registry diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index e97497b6..0a851dce 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -19,7 +19,7 @@ jobs: with: toolchain: ${{ matrix.rust-version }} - - uses: actions/cache@v4 + - uses: actions/cache@v6 with: path: | ~/.cargo/registry @@ -55,7 +55,7 @@ jobs: with: version: 'latest' - - uses: actions/cache@v4 + - uses: actions/cache@v6 with: path: | ~/.cargo/registry @@ -97,7 +97,7 @@ jobs: - name: Install wasm-pack run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh - - uses: actions/cache@v4 + - uses: actions/cache@v6 with: path: | ~/.cargo/registry @@ -131,7 +131,7 @@ jobs: target: wasm32-unknown-unknown components: rust-src - - uses: actions/cache@v4 + - uses: actions/cache@v6 with: path: | ~/.cargo/registry @@ -169,7 +169,7 @@ jobs: rm -rf wasmtime-v43.0.0-x86_64-linux.tar.xz wasmtime-v43.0.0-x86_64-linux chmod +x ~/wasmtime - - uses: actions/cache@v4 + - uses: actions/cache@v6 with: path: | ~/.cargo/registry @@ -209,7 +209,7 @@ jobs: with: version: 'latest' - - uses: actions/cache@v4 + - uses: actions/cache@v6 with: path: | ~/.cargo/registry @@ -260,7 +260,7 @@ jobs: - name: Install wasm-pack run: curl https://rustwasm.github.io/wasm-pack/installer/init.sh -sSf | sh - - uses: actions/cache@v4 + - uses: actions/cache@v6 with: path: | ~/.cargo/registry